#219320

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

Shades of Forest Green #219320

Tints of Forest Green #219320

Color information

#219320 (or 0x219320) is unknown color: approx Forest Green. HEX triplet: 21, 93 and 20. RGB value is (33,147,32). Sum of RGB (Red+Green+Blue) = 33+147+32=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 147 (57.81% from 255 or 69.34% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 147 - color contains mainly: green. Hex color #219320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219320 is #DE6CDF. Grayscale: #646464. Windows color (decimal): -14576864 or 2134817. OLE color: 2134817.

HSL color Cylindrical-coordinate representation of color #219320: hue angle of 119.48º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219320 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB3314732-
CMYK0.7800.780.42
HSL119.48º64.25%35.1%-
HSV(B)119.48º78.23%57.65%-
XYZ11.3221.34.88-
YUV99.889.7380.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.57%
GREEN value IS 147 (57.81% from 255) = 69.34%
BLUE value IS 32 (12.89% from 255) = 15.09%
R=15.57%
G=69.34%
B=15.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33147320.7800.780.42119.4864.2535.1
Hex2193204E04E2A774023
Octal412234011601165216710043
Binary1000011001001110000010011100100111010101011101111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219320; }

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

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

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

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

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

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

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

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