#218120

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

Shades of Forest Green #218120

Tints of Forest Green #218120

Color information

#218120 (or 0x218120) is unknown color: approx Forest Green. HEX triplet: 21, 81 and 20. RGB value is (33,129,32). Sum of RGB (Red+Green+Blue) = 33+129+32=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 129 (50.78% from 255 or 66.49% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 129 - color contains mainly: green. Hex color #218120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218120 is #DE7EDF. Grayscale: #595959. Windows color (decimal): -14581472 or 2130209. OLE color: 2130209.

HSL color Cylindrical-coordinate representation of color #218120: hue angle of 119.38º 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 #218120 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB3312932-
CMYK0.7400.750.49
HSL119.38º60.25%31.57%-
HSV(B)119.38º75.19%50.59%-
XYZ8.7416.134.02-
YUV89.2495.787.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 129 (50.78% from 255) = 66.49%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=17.01%
G=66.49%
B=16.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33129320.7400.750.49119.3860.2531.57
Hex2181204A04B31773c20
Octal41201401120113611677440
Binary100001100000011000001001010010010111100011110111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218120; }

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

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

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

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

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

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

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

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