#11822C

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

Shades of Forest Green #11822C

Tints of Forest Green #11822C

Color information

#11822C (or 0x11822C) is unknown color: approx Forest Green. HEX triplet: 11, 82 and 2C. RGB value is (17,130,44). Sum of RGB (Red+Green+Blue) = 17+130+44=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 130 (51.17% from 255 or 68.06% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 130 - color contains mainly: green. Hex color #11822C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11822C is #EE7DD3. Grayscale: #565656. Windows color (decimal): -15629780 or 2916881. OLE color: 2916881.

HSL color Cylindrical-coordinate representation of color #11822C: hue angle of 134.34º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11822C is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1713044-
CMYK0.8700.660.49
HSL134.34º76.87%28.82%-
HSV(B)134.34º86.92%50.98%-
XYZ8.6716.275.07-
YUV86.41104.0678.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.90%
GREEN value IS 130 (51.17% from 255) = 68.06%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=8.90%
G=68.06%
B=23.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17130440.8700.660.49134.3476.8728.82
Hex11822C5704231864d1d
Octal212025412701026120611535
Binary100011000001010110010101110100001011000110000110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11822C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11822C; }

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

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

<style>
 a { background-color: #11822C; }

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

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

<style>
 span { border-color: #11822C; }

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

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