#218124

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

Shades of Forest Green #218124

Tints of Forest Green #218124

Color information

#218124 (or 0x218124) is unknown color: approx Forest Green. HEX triplet: 21, 81 and 24. RGB value is (33,129,36). Sum of RGB (Red+Green+Blue) = 33+129+36=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 129 (50.78% from 255 or 65.15% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 129 - color contains mainly: green. Hex color #218124 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218124 is #DE7EDB. Grayscale: #595959. Windows color (decimal): -14581468 or 2392353. OLE color: 2392353.

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

Color convert

RGB3312936-
CMYK0.7400.720.49
HSL121.88º59.26%31.76%-
HSV(B)121.88º74.42%50.59%-
XYZ8.816.154.32-
YUV89.6997.787.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.67%
GREEN value IS 129 (50.78% from 255) = 65.15%
BLUE value IS 36 (14.45% from 255) = 18.18%
R=16.67%
G=65.15%
B=18.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33129360.7400.720.49121.8859.2631.76
Hex2181244A048317a3b20
Octal41201441120110611727340
Binary100001100000011001001001010010010001100011111010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218124; }

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

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

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

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

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

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

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

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