#11932c

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

Shades of Forest Green #11932C

Tints of Forest Green #11932C

Color information

#11932C (or 0x11932C) is unknown color: approx Forest Green. HEX triplet: 11, 93 and 2C. RGB value is (17,147,44). Sum of RGB (Red+Green+Blue) = 17+147+44=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 147 (57.81% from 255 or 70.67% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 147 - color contains mainly: green. Hex color #11932C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11932C is #EE6CD3. Grayscale: #606060. Windows color (decimal): -15625428 or 2921233. OLE color: 2921233.

HSL color Cylindrical-coordinate representation of color #11932C: hue angle of 132.46º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11932C is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1714744-
CMYK0.8800.700.42
HSL132.46º79.27%32.16%-
HSV(B)132.46º88.44%57.65%-
XYZ11.1221.175.88-
YUV96.3998.4371.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.17%
GREEN value IS 147 (57.81% from 255) = 70.67%
BLUE value IS 44 (17.58% from 255) = 21.15%
R=8.17%
G=70.67%
B=21.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17147440.8800.700.42132.4679.2732.16
Hex11932C580462A844f20
Octal212235413001065220411740
Binary1000110010011101100101100001000110101010100001001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11932c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11932c; }

 p { color: rgb(17,147,44); }

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

<style>
 a { background-color: #11932c; }

 a { background-color: rgb(17,147,44); }

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

<style>
 span { border-color: #11932c; }

 span { border-color: rgb(17,147,44); }

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