#218f2c

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

Shades of Forest Green #218F2C

Tints of Forest Green #218F2C

Color information

#218F2C (or 0x218F2C) is unknown color: approx Forest Green. HEX triplet: 21, 8F and 2C. RGB value is (33,143,44). Sum of RGB (Red+Green+Blue) = 33+143+44=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 143 (56.25% from 255 or 65% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 143 - color contains mainly: green. Hex color #218F2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218F2C is #DE70D3. Grayscale: #636363. Windows color (decimal): -14577876 or 2920225. OLE color: 2920225.

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

Color convert

RGB3314344-
CMYK0.7700.690.44
HSL126º62.5%34.51%-
HSV(B)126º76.92%56.08%-
XYZ10.920.155.7-
YUV98.8297.0681.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15%
GREEN value IS 143 (56.25% from 255) = 65%
BLUE value IS 44 (17.58% from 255) = 20%
R=15%
G=65%
B=20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33143440.7700.690.4412662.534.51
Hex218F2C4D0452C7e3e23
Octal41217541150105541767643
Binary100001100011111011001001101010001011011001111110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218f2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,143,44); }

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

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

 a { background-color: rgb(33,143,44); }

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

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

 span { border-color: rgb(33,143,44); }

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