#218F04

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

Shades of Forest Green #218F04

Tints of Forest Green #218F04

Color information

#218F04 (or 0x218F04) is unknown color: approx Forest Green. HEX triplet: 21, 8F and 04. RGB value is (33,143,4). Sum of RGB (Red+Green+Blue) = 33+143+4=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 143 (56.25% from 255 or 79.44% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 143 - color contains mainly: green. Hex color #218F04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218F04 is #DE70FB. Grayscale: #5E5E5E. Windows color (decimal): -14577916 or 298785. OLE color: 298785.

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

Color convert

RGB331434-
CMYK0.7700.970.44
HSL107.48º94.56%28.82%-
HSV(B)107.48º97.2%56.08%-
XYZ10.4719.983.42-
YUV94.2677.0684.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.33%
GREEN value IS 143 (56.25% from 255) = 79.44%
BLUE value IS 4 (1.95% from 255) = 2.22%
R=18.33%
G=79.44%
B=2.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3314340.7700.970.44107.4894.5628.82
Hex218F44D0612C6b5f1d
Octal41217411501415415313735
Binary100001100011111001001101011000011011001101011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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