#226B10

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

Shades of Forest Green #226B10

Tints of Forest Green #226B10

Color information

#226B10 (or 0x226B10) is unknown color: approx Forest Green. HEX triplet: 22, 6B and 10. RGB value is (34,107,16). Sum of RGB (Red+Green+Blue) = 34+107+16=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 107 (42.19% from 255 or 68.15% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 107 - color contains mainly: green. Hex color #226B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226B10 is #DD94EF. Grayscale: #4B4B4B. Windows color (decimal): -14521584 or 1076002. OLE color: 1076002.

HSL color Cylindrical-coordinate representation of color #226B10: hue angle of 108.13º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #226B10 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB3410716-
CMYK0.6800.850.58
HSL108.13º73.98%24.12%-
HSV(B)108.13º85.05%41.96%-
XYZ6.0110.892.28-
YUV74.894.8298.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.66%
GREEN value IS 107 (42.19% from 255) = 68.15%
BLUE value IS 16 (6.64% from 255) = 10.19%
R=21.66%
G=68.15%
B=10.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34107160.6800.850.58108.1373.9824.12
Hex226B10440553A6c4a18
Octal421532010401257215411230
Binary1000101101011100001000100010101011110101101100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226B10; }

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

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

<style>
 a { background-color: #226B10; }

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

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

<style>
 span { border-color: #226B10; }

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

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