#218c12

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

Shades of Forest Green #218C12

Tints of Forest Green #218C12

Color information

#218C12 (or 0x218C12) is unknown color: approx Forest Green. HEX triplet: 21, 8C and 12. RGB value is (33,140,18). Sum of RGB (Red+Green+Blue) = 33+140+18=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 140 (55.08% from 255 or 73.30% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 140 - color contains mainly: green. Hex color #218C12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218C12 is #DE73ED. Grayscale: #5E5E5E. Windows color (decimal): -14578670 or 1215521. OLE color: 1215521.

HSL color Cylindrical-coordinate representation of color #218C12: hue angle of 112.62º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #218C12 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB3314018-
CMYK0.7600.870.45
HSL112.62º77.22%30.98%-
HSV(B)112.62º87.14%54.9%-
XYZ10.1119.123.73-
YUV94.185.0584.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.28%
GREEN value IS 140 (55.08% from 255) = 73.30%
BLUE value IS 18 (7.42% from 255) = 9.42%
R=17.28%
G=73.30%
B=9.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33140180.7600.870.45112.6277.2230.98
Hex218C124C0572D714d1f
Octal412142211401275516111537
Binary10000110001100100101001100010101111011011110001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218c12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,140,18); }

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

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

 a { background-color: rgb(33,140,18); }

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

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

 span { border-color: rgb(33,140,18); }

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