#028C20

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

Shades of Forest Green #028C20

Tints of Forest Green #028C20

Color information

#028C20 (or 0x028C20) is unknown color: approx Forest Green. HEX triplet: 02, 8C and 20. RGB value is (2,140,32). Sum of RGB (Red+Green+Blue) = 2+140+32=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 140 (55.08% from 255 or 80.46% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 140 - color contains mainly: green. Hex color #028C20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028C20 is #FD73DF. Grayscale: #565656. Windows color (decimal): -16610272 or 2132994. OLE color: 2132994.

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

Color convert

RGB214032-
CMYK0.9900.770.45
HSL133.04º97.18%27.84%-
HSV(B)133.04º98.57%54.9%-
XYZ9.6618.874.5-
YUV86.4397.2867.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.15%
GREEN value IS 140 (55.08% from 255) = 80.46%
BLUE value IS 32 (12.89% from 255) = 18.39%
R=1.15%
G=80.46%
B=18.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2140320.9900.770.45133.0497.1827.84
Hex28C206304D2D85611c
Octal22144014301155520514134
Binary101000110010000011000110100110110110110000101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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