#028920

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

Shades of Forest Green #028920

Tints of Forest Green #028920

Color information

#028920 (or 0x028920) is unknown color: approx Forest Green. HEX triplet: 02, 89 and 20. RGB value is (2,137,32). Sum of RGB (Red+Green+Blue) = 2+137+32=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 137 (53.91% from 255 or 80.12% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 137 - color contains mainly: green. Hex color #028920 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028920 is #FD76DF. Grayscale: #545454. Windows color (decimal): -16611040 or 2132226. OLE color: 2132226.

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

Color convert

RGB213732-
CMYK0.9900.770.46
HSL133.33º97.12%27.25%-
HSV(B)133.33º98.54%53.73%-
XYZ9.2318.014.36-
YUV84.6698.2769.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 137 (53.91% from 255) = 80.12%
BLUE value IS 32 (12.89% from 255) = 18.71%
R=1.17%
G=80.12%
B=18.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2137320.9900.770.46133.3397.1227.25
Hex289206304D2E85611b
Octal22114014301155620514133
Binary101000100110000011000110100110110111010000101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028920; }

 p { color: rgb(2,137,32); }

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

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

 a { background-color: rgb(2,137,32); }

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

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

 span { border-color: rgb(2,137,32); }

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