#11962E

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

Shades of Forest Green #11962E

Tints of Forest Green #11962E

Color information

#11962E (or 0x11962E) is unknown color: approx Forest Green. HEX triplet: 11, 96 and 2E. RGB value is (17,150,46). Sum of RGB (Red+Green+Blue) = 17+150+46=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 150 (58.98% from 255 or 70.42% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 150 - color contains mainly: green. Hex color #11962E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11962E is #EE69D1. Grayscale: #626262. Windows color (decimal): -15624658 or 3053073. OLE color: 3053073.

HSL color Cylindrical-coordinate representation of color #11962E: hue angle of 133.08º 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 #11962E is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1715046-
CMYK0.8900.690.41
HSL133.08º79.64%32.75%-
HSV(B)133.08º88.67%58.82%-
XYZ11.6322.136.24-
YUV98.3898.4469.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 150 (58.98% from 255) = 70.42%
BLUE value IS 46 (18.36% from 255) = 21.60%
R=7.98%
G=70.42%
B=21.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17150460.8900.690.41133.0879.6432.75
Hex11962E5904529855021
Octal212265613101055120512041
Binary1000110010110101110101100101000101101001100001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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