#218418

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

Shades of Forest Green #218418

Tints of Forest Green #218418

Color information

#218418 (or 0x218418) is unknown color: approx Forest Green. HEX triplet: 21, 84 and 18. RGB value is (33,132,24). Sum of RGB (Red+Green+Blue) = 33+132+24=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 132 (51.95% from 255 or 69.84% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 132 - color contains mainly: green. Hex color #218418 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218418 is #DE7BE7. Grayscale: #5A5A5A. Windows color (decimal): -14580712 or 1606689. OLE color: 1606689.

HSL color Cylindrical-coordinate representation of color #218418: hue angle of 115º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #218418 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB3313224-
CMYK0.7500.820.48
HSL115º69.23%30.59%-
HSV(B)115º81.82%51.76%-
XYZ9.0416.893.65-
YUV90.0990.787.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.46%
GREEN value IS 132 (51.95% from 255) = 69.84%
BLUE value IS 24 (9.77% from 255) = 12.70%
R=17.46%
G=69.84%
B=12.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal33132240.7500.820.4811569.2330.59
Hex2184184B0523073451f
Octal412043011301226016310537
Binary10000110000100110001001011010100101100001110011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218418; }

 p { color: rgb(33,132,24); }

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

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

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

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

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

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

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