#218E0C

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

Shades of Forest Green #218E0C

Tints of Forest Green #218E0C

Color information

#218E0C (or 0x218E0C) is unknown color: approx Forest Green. HEX triplet: 21, 8E and 0C. RGB value is (33,142,12). Sum of RGB (Red+Green+Blue) = 33+142+12=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 142 (55.86% from 255 or 75.94% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 142 - color contains mainly: green. Hex color #218E0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218E0C is #DE71F3. Grayscale: #5F5F5F. Windows color (decimal): -14578164 or 822817. OLE color: 822817.

HSL color Cylindrical-coordinate representation of color #218E0C: hue angle of 110.31º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #218E0C is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB3314212-
CMYK0.7700.920.44
HSL110.31º84.42%30.2%-
HSV(B)110.31º91.55%55.69%-
XYZ10.3719.73.6-
YUV94.5981.3984.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.65%
GREEN value IS 142 (55.86% from 255) = 75.94%
BLUE value IS 12 (5.08% from 255) = 6.42%
R=17.65%
G=75.94%
B=6.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33142120.7700.920.44110.3184.4230.2
Hex218EC4D05C2C6e541e
Octal412161411501345415612436
Binary1000011000111011001001101010111001011001101110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218E0C; }

 p { color: rgb(33,142,12); }

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

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

 a { background-color: rgb(33,142,12); }

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

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

 span { border-color: rgb(33,142,12); }

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