#218F01

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

Shades of Forest Green #218F01

Tints of Forest Green #218F01

Color information

#218F01 (or 0x218F01) is unknown color: approx Forest Green. HEX triplet: 21, 8F and 01. RGB value is (33,143,1). Sum of RGB (Red+Green+Blue) = 33+143+1=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 143 (56.25% from 255 or 80.79% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 143 - color contains mainly: green. Hex color #218F01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218F01 is #DE70FE. Grayscale: #5E5E5E. Windows color (decimal): -14577919 or 102177. OLE color: 102177.

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

Color convert

RGB331431-
CMYK0.7700.990.44
HSL106.48º98.61%28.24%-
HSV(B)106.48º99.3%56.08%-
XYZ10.4619.973.33-
YUV93.9275.5684.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.64%
GREEN value IS 143 (56.25% from 255) = 80.79%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=18.64%
G=80.79%
B=0.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3314310.7700.990.44106.4898.6128.24
Hex218F14D0632C6a631c
Octal41217111501435415214334
Binary1000011000111111001101011000111011001101010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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