#218214

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

Shades of Forest Green #218214

Tints of Forest Green #218214

Color information

#218214 (or 0x218214) is unknown color: approx Forest Green. HEX triplet: 21, 82 and 14. RGB value is (33,130,20). Sum of RGB (Red+Green+Blue) = 33+130+20=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #218214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218214 is #DE7DEB. Grayscale: #585858. Windows color (decimal): -14581228 or 1344033. OLE color: 1344033.

HSL color Cylindrical-coordinate representation of color #218214: hue angle of 112.91º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #218214 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB3313020-
CMYK0.7500.850.49
HSL112.91º73.33%29.41%-
HSV(B)112.91º84.62%50.98%-
XYZ8.7416.343.36-
YUV88.4689.3688.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 130 (51.17% from 255) = 71.04%
BLUE value IS 20 (8.20% from 255) = 10.93%
R=18.03%
G=71.04%
B=10.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33130200.7500.850.49112.9173.3329.41
Hex2182144B0553171491d
Octal412022411301256116111135
Binary10000110000010101001001011010101011100011110001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218214; }

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

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

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

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

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

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

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

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