#218502

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

Shades of Forest Green #218502

Tints of Forest Green #218502

Color information

#218502 (or 0x218502) is unknown color: approx Forest Green. HEX triplet: 21, 85 and 02. RGB value is (33,133,2). Sum of RGB (Red+Green+Blue) = 33+133+2=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 133 (52.34% from 255 or 79.17% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 133 - color contains mainly: green. Hex color #218502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218502 is #DE7AFD. Grayscale: #585858. Windows color (decimal): -14580478 or 165153. OLE color: 165153.

HSL color Cylindrical-coordinate representation of color #218502: hue angle of 105.8º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #218502 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB331332-
CMYK0.7500.980.48
HSL105.8º97.04%26.47%-
HSV(B)105.8º98.5%52.16%-
XYZ9.0317.12.88-
YUV88.1779.3788.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 133 (52.34% from 255) = 79.17%
BLUE value IS 2 (1.17% from 255) = 1.19%
R=19.64%
G=79.17%
B=1.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3313320.7500.980.48105.897.0426.47
Hex218524B062306a611a
Octal41205211301426015214132
Binary10000110000101101001011011000101100001101010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218502; }

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

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

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

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

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

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

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

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