#11952B

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

Shades of Forest Green #11952B

Tints of Forest Green #11952B

Color information

#11952B (or 0x11952B) is unknown color: approx Forest Green. HEX triplet: 11, 95 and 2B. RGB value is (17,149,43). Sum of RGB (Red+Green+Blue) = 17+149+43=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 149 (58.59% from 255 or 71.29% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 149 - color contains mainly: green. Hex color #11952B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11952B is #EE6AD4. Grayscale: #616161. Windows color (decimal): -15624917 or 2856209. OLE color: 2856209.

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

Color convert

RGB1714943-
CMYK0.8900.710.42
HSL131.82º79.52%32.55%-
HSV(B)131.82º88.59%58.43%-
XYZ11.4121.795.89-
YUV97.4597.2770.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.13%
GREEN value IS 149 (58.59% from 255) = 71.29%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=8.13%
G=71.29%
B=20.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17149430.8900.710.42131.8279.5232.55
Hex11952B590472A845021
Octal212255313101075220412041
Binary1000110010101101011101100101000111101010100001001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11952B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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