#11952F

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

Shades of Forest Green #11952F

Tints of Forest Green #11952F

Color information

#11952F (or 0x11952F) is unknown color: approx Forest Green. HEX triplet: 11, 95 and 2F. RGB value is (17,149,47). Sum of RGB (Red+Green+Blue) = 17+149+47=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 149 (58.59% from 255 or 69.95% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 149 - color contains mainly: green. Hex color #11952F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11952F is #EE6AD0. Grayscale: #626262. Windows color (decimal): -15624913 or 3118353. OLE color: 3118353.

HSL color Cylindrical-coordinate representation of color #11952F: hue angle of 133.64º 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 #11952F is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1714947-
CMYK0.8900.680.42
HSL133.64º79.52%32.55%-
HSV(B)133.64º88.59%58.43%-
XYZ11.4921.826.3-
YUV97.999.2770.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 149 (58.59% from 255) = 69.95%
BLUE value IS 47 (18.75% from 255) = 22.07%
R=7.98%
G=69.95%
B=22.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17149470.8900.680.42133.6479.5232.55
Hex11952F590442A865021
Octal212255713101045220612041
Binary1000110010101101111101100101000100101010100001101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11952F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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