#218B31

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

Shades of Forest Green #218B31

Tints of Forest Green #218B31

Color information

#218B31 (or 0x218B31) is unknown color: approx Forest Green. HEX triplet: 21, 8B and 31. RGB value is (33,139,49). Sum of RGB (Red+Green+Blue) = 33+139+49=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 139 (54.69% from 255 or 62.90% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 139 - color contains mainly: green. Hex color #218B31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218B31 is #DE74CE. Grayscale: #616161. Windows color (decimal): -14578895 or 3246881. OLE color: 3246881.

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

Color convert

RGB3313949-
CMYK0.7600.650.45
HSL129.06º61.63%33.73%-
HSV(B)129.06º76.26%54.51%-
XYZ10.4119.016.03-
YUV97.05100.8882.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.93%
GREEN value IS 139 (54.69% from 255) = 62.90%
BLUE value IS 49 (19.53% from 255) = 22.17%
R=14.93%
G=62.90%
B=22.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33139490.7600.650.45129.0661.6333.73
Hex218B314C0412D813e22
Octal41213611140101552017642
Binary1000011000101111000110011000100000110110110000001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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