#218B11

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

Shades of Forest Green #218B11

Tints of Forest Green #218B11

Color information

#218B11 (or 0x218B11) is unknown color: approx Forest Green. HEX triplet: 21, 8B and 11. RGB value is (33,139,17). Sum of RGB (Red+Green+Blue) = 33+139+17=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 139 (54.69% from 255 or 73.54% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 139 - color contains mainly: green. Hex color #218B11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218B11 is #DE74EE. Grayscale: #5D5D5D. Windows color (decimal): -14578927 or 1149729. OLE color: 1149729.

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

Color convert

RGB3313917-
CMYK0.7600.880.45
HSL112.13º78.21%30.59%-
HSV(B)112.13º87.77%54.51%-
XYZ9.9618.833.64-
YUV93.484.8884.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.46%
GREEN value IS 139 (54.69% from 255) = 73.54%
BLUE value IS 17 (7.03% from 255) = 8.99%
R=17.46%
G=73.54%
B=8.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33139170.7600.880.45112.1378.2130.59
Hex218B114C0582D704e1f
Octal412132111401305516011637
Binary10000110001011100011001100010110001011011110000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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