#11952A

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

Shades of Forest Green #11952A

Tints of Forest Green #11952A

Color information

#11952A (or 0x11952A) is unknown color: approx Forest Green. HEX triplet: 11, 95 and 2A. RGB value is (17,149,42). Sum of RGB (Red+Green+Blue) = 17+149+42=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 149 (58.59% from 255 or 71.63% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 149 - color contains mainly: green. Hex color #11952A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11952A is #EE6AD5. Grayscale: #616161. Windows color (decimal): -15624918 or 2790673. OLE color: 2790673.

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

Color convert

RGB1714942-
CMYK0.8900.720.42
HSL131.36º79.52%32.55%-
HSV(B)131.36º88.59%58.43%-
XYZ11.421.785.79-
YUV97.3396.7770.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.17%
GREEN value IS 149 (58.59% from 255) = 71.63%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=8.17%
G=71.63%
B=20.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17149420.8900.720.42131.3679.5232.55
Hex11952A590482A835021
Octal212255213101105220312041
Binary1000110010101101010101100101001000101010100000111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11952A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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