#218702

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

Shades of Forest Green #218702

Tints of Forest Green #218702

Color information

#218702 (or 0x218702) is unknown color: approx Forest Green. HEX triplet: 21, 87 and 02. RGB value is (33,135,2). Sum of RGB (Red+Green+Blue) = 33+135+2=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 135 (53.12% from 255 or 79.41% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 135 - color contains mainly: green. Hex color #218702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218702 is #DE78FD. Grayscale: #595959. Windows color (decimal): -14579966 or 165665. OLE color: 165665.

HSL color Cylindrical-coordinate representation of color #218702: hue angle of 106.02º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #218702 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB331352-
CMYK0.7600.990.47
HSL106.02º97.08%26.86%-
HSV(B)106.02º98.52%52.94%-
XYZ9.317.662.98-
YUV89.3478.7187.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.41%
GREEN value IS 135 (53.12% from 255) = 79.41%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=19.41%
G=79.41%
B=1.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3313520.7600.990.47106.0297.0826.86
Hex218724C0632F6a611b
Octal41207211401435715214133
Binary10000110000111101001100011000111011111101010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218702; }

 p { color: rgb(33,135,2); }

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

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

 a { background-color: rgb(33,135,2); }

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

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

 span { border-color: rgb(33,135,2); }

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