#028A20

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

Shades of Forest Green #028A20

Tints of Forest Green #028A20

Color information

#028A20 (or 0x028A20) is unknown color: approx Forest Green. HEX triplet: 02, 8A and 20. RGB value is (2,138,32). Sum of RGB (Red+Green+Blue) = 2+138+32=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 138 (54.30% from 255 or 80.23% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 138 - color contains mainly: green. Hex color #028A20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028A20 is #FD75DF. Grayscale: #555555. Windows color (decimal): -16610784 or 2132482. OLE color: 2132482.

HSL color Cylindrical-coordinate representation of color #028A20: hue angle of 133.24º 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 #028A20 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB213832-
CMYK0.9900.770.46
HSL133.24º97.14%27.45%-
HSV(B)133.24º98.55%54.12%-
XYZ9.3718.294.4-
YUV85.2597.9468.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 138 (54.30% from 255) = 80.23%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=1.16%
G=80.23%
B=18.60%

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
Decimal2138320.9900.770.46133.2497.1427.45
Hex28A206304D2E85611b
Octal22124014301155620514133
Binary101000101010000011000110100110110111010000101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028A20; }

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

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

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

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

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

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

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

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