#11962A

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

Shades of Forest Green #11962A

Tints of Forest Green #11962A

Color information

#11962A (or 0x11962A) is unknown color: approx Forest Green. HEX triplet: 11, 96 and 2A. RGB value is (17,150,42). Sum of RGB (Red+Green+Blue) = 17+150+42=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 150 (58.98% from 255 or 71.77% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 150 - color contains mainly: green. Hex color #11962A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11962A is #EE69D5. Grayscale: #626262. Windows color (decimal): -15624662 or 2790929. OLE color: 2790929.

HSL color Cylindrical-coordinate representation of color #11962A: hue angle of 131.28º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11962A is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB1715042-
CMYK0.8900.720.41
HSL131.28º79.64%32.75%-
HSV(B)131.28º88.67%58.82%-
XYZ11.5622.15.85-
YUV97.9296.4470.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.13%
GREEN value IS 150 (58.98% from 255) = 71.77%
BLUE value IS 42 (16.80% from 255) = 20.10%
R=8.13%
G=71.77%
B=20.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17150420.8900.720.41131.2879.6432.75
Hex11962A5904829835021
Octal212265213101105120312041
Binary1000110010110101010101100101001000101001100000111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11962A; }

 p { color: rgb(17,150,42); }

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

<style>
 a { background-color: #11962A; }

 a { background-color: rgb(17,150,42); }

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

<style>
 span { border-color: #11962A; }

 span { border-color: rgb(17,150,42); }

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