#218221

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

Shades of Forest Green #218221

Tints of Forest Green #218221

Color information

#218221 (or 0x218221) is unknown color: approx Forest Green. HEX triplet: 21, 82 and 21. RGB value is (33,130,33). Sum of RGB (Red+Green+Blue) = 33+130+33=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 130 (51.17% from 255 or 66.33% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 130 - color contains mainly: green. Hex color #218221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218221 is #DE7DDE. Grayscale: #5A5A5A. Windows color (decimal): -14581215 or 2196001. OLE color: 2196001.

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

Color convert

RGB3313033-
CMYK0.7500.750.49
HSL120º59.51%31.96%-
HSV(B)120º74.62%50.98%-
XYZ8.8816.44.14-
YUV89.9495.8687.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.84%
GREEN value IS 130 (51.17% from 255) = 66.33%
BLUE value IS 33 (13.28% from 255) = 16.84%
R=16.84%
G=66.33%
B=16.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33130330.7500.750.4912059.5131.96
Hex2182214B04B31783c20
Octal41202411130113611707440
Binary100001100000101000011001011010010111100011111000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218221; }

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

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

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

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

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

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

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

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