#218211

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

Shades of Forest Green #218211

Tints of Forest Green #218211

Color information

#218211 (or 0x218211) is unknown color: approx Forest Green. HEX triplet: 21, 82 and 11. RGB value is (33,130,17). Sum of RGB (Red+Green+Blue) = 33+130+17=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 130 (51.17% from 255 or 72.22% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 130 - color contains mainly: green. Hex color #218211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218211 is #DE7DEE. Grayscale: #585858. Windows color (decimal): -14581231 or 1147425. OLE color: 1147425.

HSL color Cylindrical-coordinate representation of color #218211: hue angle of 111.5º 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 #218211 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB3313017-
CMYK0.7500.870.49
HSL111.5º76.87%28.82%-
HSV(B)111.5º86.92%50.98%-
XYZ8.7116.333.22-
YUV88.1287.8688.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.33%
GREEN value IS 130 (51.17% from 255) = 72.22%
BLUE value IS 17 (7.03% from 255) = 9.44%
R=18.33%
G=72.22%
B=9.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33130170.7500.870.49111.576.8728.82
Hex2182114B05731704d1d
Octal412022111301276116011535
Binary10000110000010100011001011010101111100011110000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218211; }

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

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

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

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

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

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

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

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