#126F19

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

Shades of Forest Green #126F19

Tints of Forest Green #126F19

Color information

#126F19 (or 0x126F19) is unknown color: approx Forest Green. HEX triplet: 12, 6F and 19. RGB value is (18,111,25). Sum of RGB (Red+Green+Blue) = 18+111+25=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 111 (43.75% from 255 or 72.08% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 111 - color contains mainly: green. Hex color #126F19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126F19 is #ED90E6. Grayscale: #494949. Windows color (decimal): -15569127 or 1666834. OLE color: 1666834.

HSL color Cylindrical-coordinate representation of color #126F19: hue angle of 124.52º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126F19 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1811125-
CMYK0.8400.770.56
HSL124.52º72.09%25.29%-
HSV(B)124.52º83.78%43.53%-
XYZ6.1111.572.83-
YUV73.39100.6988.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.69%
GREEN value IS 111 (43.75% from 255) = 72.08%
BLUE value IS 25 (10.16% from 255) = 16.23%
R=11.69%
G=72.08%
B=16.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18111250.8400.770.56124.5272.0925.29
Hex126F195404D387d4819
Octal221573112401157017511031
Binary100101101111110011010100010011011110001111101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126F19; }

 p { color: rgb(18,111,25); }

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

<style>
 a { background-color: #126F19; }

 a { background-color: rgb(18,111,25); }

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

<style>
 span { border-color: #126F19; }

 span { border-color: rgb(18,111,25); }

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