#218D03

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

Shades of Forest Green #218D03

Tints of Forest Green #218D03

Color information

#218D03 (or 0x218D03) is unknown color: approx Forest Green. HEX triplet: 21, 8D and 03. RGB value is (33,141,3). Sum of RGB (Red+Green+Blue) = 33+141+3=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 141 (55.47% from 255 or 79.66% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 141 - color contains mainly: green. Hex color #218D03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218D03 is #DE72FC. Grayscale: #5D5D5D. Windows color (decimal): -14578429 or 232737. OLE color: 232737.

HSL color Cylindrical-coordinate representation of color #218D03: hue angle of 106.96º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #218D03 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB331413-
CMYK0.7700.980.45
HSL106.96º95.83%28.24%-
HSV(B)106.96º97.87%55.29%-
XYZ10.1719.383.29-
YUV92.9877.2285.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.64%
GREEN value IS 141 (55.47% from 255) = 79.66%
BLUE value IS 3 (1.56% from 255) = 1.69%
R=18.64%
G=79.66%
B=1.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3314130.7700.980.45106.9695.8328.24
Hex218D34D0622D6b601c
Octal41215311501425515314034
Binary10000110001101111001101011000101011011101011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,141,3); }

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

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

 a { background-color: rgb(33,141,3); }

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

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

 span { border-color: rgb(33,141,3); }

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