#218B20

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

Shades of Forest Green #218B20

Tints of Forest Green #218B20

Color information

#218B20 (or 0x218B20) is unknown color: approx Forest Green. HEX triplet: 21, 8B and 20. RGB value is (33,139,32). Sum of RGB (Red+Green+Blue) = 33+139+32=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 139 (54.69% from 255 or 68.14% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 139 - color contains mainly: green. Hex color #218B20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218B20 is #DE74DF. Grayscale: #5F5F5F. Windows color (decimal): -14578912 or 2132769. OLE color: 2132769.

HSL color Cylindrical-coordinate representation of color #218B20: hue angle of 119.44º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218B20 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB3313932-
CMYK0.7600.770.45
HSL119.44º62.57%33.53%-
HSV(B)119.44º76.98%54.51%-
XYZ10.1218.894.48-
YUV95.1192.3883.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.18%
GREEN value IS 139 (54.69% from 255) = 68.14%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=16.18%
G=68.14%
B=15.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33139320.7600.770.45119.4462.5733.53
Hex218B204C04D2D773f22
Octal41213401140115551677742
Binary100001100010111000001001100010011011011011110111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218B20; }

 p { color: rgb(33,139,32); }

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

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

 a { background-color: rgb(33,139,32); }

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

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

 span { border-color: rgb(33,139,32); }

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