#218320

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

Shades of Forest Green #218320

Tints of Forest Green #218320

Color information

#218320 (or 0x218320) is unknown color: approx Forest Green. HEX triplet: 21, 83 and 20. RGB value is (33,131,32). Sum of RGB (Red+Green+Blue) = 33+131+32=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 131 (51.56% from 255 or 66.84% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 131 - color contains mainly: green. Hex color #218320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218320 is #DE7CDF. Grayscale: #5A5A5A. Windows color (decimal): -14580960 or 2130721. OLE color: 2130721.

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

Color convert

RGB3313132-
CMYK0.7500.760.49
HSL119.39º60.74%31.96%-
HSV(B)119.39º75.57%51.37%-
XYZ916.664.11-
YUV90.4195.0387.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.84%
GREEN value IS 131 (51.56% from 255) = 66.84%
BLUE value IS 32 (12.89% from 255) = 16.33%
R=16.84%
G=66.84%
B=16.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33131320.7500.760.49119.3960.7431.96
Hex2183204B04C31773d20
Octal41203401130114611677540
Binary100001100000111000001001011010011001100011110111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218320; }

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

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

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

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

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

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

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

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