#126F1B

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

Shades of Forest Green #126F1B

Tints of Forest Green #126F1B

Color information

#126F1B (or 0x126F1B) is unknown color: approx Forest Green. HEX triplet: 12, 6F and 1B. RGB value is (18,111,27). Sum of RGB (Red+Green+Blue) = 18+111+27=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 111 (43.75% from 255 or 71.15% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 111 - color contains mainly: green. Hex color #126F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126F1B is #ED90E4. Grayscale: #494949. Windows color (decimal): -15569125 or 1797906. OLE color: 1797906.

HSL color Cylindrical-coordinate representation of color #126F1B: hue angle of 125.81º 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 #126F1B is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB1811127-
CMYK0.8400.760.56
HSL125.81º72.09%25.29%-
HSV(B)125.81º83.78%43.53%-
XYZ6.1311.582.95-
YUV73.62101.6988.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.54%
GREEN value IS 111 (43.75% from 255) = 71.15%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=11.54%
G=71.15%
B=17.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18111270.8400.760.56125.8172.0925.29
Hex126F1B5404C387e4819
Octal221573312401147017611031
Binary100101101111110111010100010011001110001111110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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