#218912

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

Shades of Forest Green #218912

Tints of Forest Green #218912

Color information

#218912 (or 0x218912) is unknown color: approx Forest Green. HEX triplet: 21, 89 and 12. RGB value is (33,137,18). Sum of RGB (Red+Green+Blue) = 33+137+18=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 137 (53.91% from 255 or 72.87% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 137 - color contains mainly: green. Hex color #218912 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218912 is #DE76ED. Grayscale: #5C5C5C. Windows color (decimal): -14579438 or 1214753. OLE color: 1214753.

HSL color Cylindrical-coordinate representation of color #218912: hue angle of 112.44º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #218912 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB3313718-
CMYK0.7600.870.46
HSL112.44º76.77%30.39%-
HSV(B)112.44º86.86%53.73%-
XYZ9.6818.263.59-
YUV92.3486.0485.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.55%
GREEN value IS 137 (53.91% from 255) = 72.87%
BLUE value IS 18 (7.42% from 255) = 9.57%
R=17.55%
G=72.87%
B=9.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33137180.7600.870.46112.4476.7730.39
Hex2189124C0572E704d1e
Octal412112211401275616011536
Binary10000110001001100101001100010101111011101110000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218912; }

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

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

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

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

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

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

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

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