#11872B

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

Shades of Forest Green #11872B

Tints of Forest Green #11872B

Color information

#11872B (or 0x11872B) is unknown color: approx Forest Green. HEX triplet: 11, 87 and 2B. RGB value is (17,135,43). Sum of RGB (Red+Green+Blue) = 17+135+43=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 135 (53.12% from 255 or 69.23% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 135 - color contains mainly: green. Hex color #11872B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11872B is #EE78D4. Grayscale: #595959. Windows color (decimal): -15628501 or 2852625. OLE color: 2852625.

HSL color Cylindrical-coordinate representation of color #11872B: hue angle of 133.22º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11872B is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1713543-
CMYK0.8700.680.47
HSL133.22º77.63%29.8%-
HSV(B)133.22º87.41%52.94%-
XYZ9.3317.625.19-
YUV89.23101.9176.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.72%
GREEN value IS 135 (53.12% from 255) = 69.23%
BLUE value IS 43 (17.19% from 255) = 22.05%
R=8.72%
G=69.23%
B=22.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17135430.8700.680.47133.2277.6329.8
Hex11872B570442F854e1e
Octal212075312701045720511636
Binary100011000011110101110101110100010010111110000101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11872B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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