#11882B

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

Shades of Forest Green #11882B

Tints of Forest Green #11882B

Color information

#11882B (or 0x11882B) is unknown color: approx Forest Green. HEX triplet: 11, 88 and 2B. RGB value is (17,136,43). Sum of RGB (Red+Green+Blue) = 17+136+43=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 136 (53.52% from 255 or 69.39% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 136 - color contains mainly: green. Hex color #11882B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11882B is #EE77D4. Grayscale: #5A5A5A. Windows color (decimal): -15628245 or 2852881. OLE color: 2852881.

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

Color convert

RGB1713643-
CMYK0.8700.680.47
HSL133.11º77.78%30%-
HSV(B)133.11º87.5%53.33%-
XYZ9.4717.95.24-
YUV89.82101.5876.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.67%
GREEN value IS 136 (53.52% from 255) = 69.39%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=8.67%
G=69.39%
B=21.94%

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
Decimal17136430.8700.680.47133.1177.7830
Hex11882B570442F854e1e
Octal212105312701045720511636
Binary100011000100010101110101110100010010111110000101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11882B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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