#218312

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

Shades of Forest Green #218312

Tints of Forest Green #218312

Color information

#218312 (or 0x218312) is unknown color: approx Forest Green. HEX triplet: 21, 83 and 12. RGB value is (33,131,18). Sum of RGB (Red+Green+Blue) = 33+131+18=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 131 (51.56% from 255 or 71.98% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 131 - color contains mainly: green. Hex color #218312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218312 is #DE7CED. Grayscale: #595959. Windows color (decimal): -14580974 or 1213217. OLE color: 1213217.

HSL color Cylindrical-coordinate representation of color #218312: hue angle of 112.04º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218312 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB3313118-
CMYK0.7500.860.49
HSL112.04º75.84%29.22%-
HSV(B)112.04º86.26%51.37%-
XYZ8.8516.63.31-
YUV88.8288.0388.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 131 (51.56% from 255) = 71.98%
BLUE value IS 18 (7.42% from 255) = 9.89%
R=18.13%
G=71.98%
B=9.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33131180.7500.860.49112.0475.8429.22
Hex2183124B05631704c1d
Octal412032211301266116011435
Binary10000110000011100101001011010101101100011110000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218312; }

 p { color: rgb(33,131,18); }

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

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

 a { background-color: rgb(33,131,18); }

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

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

 span { border-color: rgb(33,131,18); }

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