#227D10

Color #227D10 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #227D10

Tints of Forest Green #227D10

Color information

#227D10 (or 0x227D10) is unknown color: approx Forest Green. HEX triplet: 22, 7D and 10. RGB value is (34,125,16). Sum of RGB (Red+Green+Blue) = 34+125+16=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 125 (49.22% from 255 or 71.43% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 125 - color contains mainly: green. Hex color #227D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227D10 is #DD82EF. Grayscale: #555555. Windows color (decimal): -14516976 or 1080610. OLE color: 1080610.

HSL color Cylindrical-coordinate representation of color #227D10: hue angle of 110.09º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #227D10 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB3412516-
CMYK0.7300.870.51
HSL110.09º77.3%27.65%-
HSV(B)110.09º87.2%49.02%-
XYZ8.0915.042.97-
YUV85.3688.8591.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 19.43%
GREEN value IS 125 (49.22% from 255) = 71.43%
BLUE value IS 16 (6.64% from 255) = 9.14%
R=19.43%
G=71.43%
B=9.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal34125160.7300.870.51110.0977.327.65
Hex227D1049057336e4d1c
Octal421752011101276315611534
Binary1000101111101100001001001010101111100111101110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227D10; }

 p { color: rgb(34,125,16); }

 H1.HeaderClassName
 {
   color: #227D10;
 }
 .AnyTagClassName
 {
   color: #227D10;
 }
</style>
background-color css

<style>
 a { background-color: #227D10; }

 a { background-color: rgb(34,125,16); }

 div.DivClassName
 {
   background-color: #227D10;
 }
 .BgClassName
 {
   background-color: #227D10;
 }
</style>
border-color css

<style>
 span { border-color: #227D10; }

 span { border-color: rgb(34,125,16); }

 td.TdClassName
 {
   border-color: #227D10;
 }
 .TagClassName
 {
   border-color: #227D10;
 }
</style>