#028005

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

Shades of Green #028005

Tints of Green #028005

Color information

#028005 (or 0x028005) is unknown color: approx Green. HEX triplet: 02, 80 and 05. RGB value is (2,128,5). Sum of RGB (Red+Green+Blue) = 2+128+5=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 128 (50.39% from 255 or 94.81% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 128 - color contains mainly: green. Hex color #028005 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028005 is #FD7FFA. Grayscale: #4C4C4C. Windows color (decimal): -16613371 or 360450. OLE color: 360450.

HSL color Cylindrical-coordinate representation of color #028005: hue angle of 121.43º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028005 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB21285-
CMYK0.9800.960.50
HSL121.43º96.92%25.49%-
HSV(B)121.43º98.44%50.2%-
XYZ7.7715.462.72-
YUV76.387.7675-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 128 (50.39% from 255) = 94.81%
BLUE value IS 5 (2.34% from 255) = 3.70%
R=1.48%
G=94.81%
B=3.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal212850.9800.960.50121.4396.9225.49
Hex28056206032796119
Octal2200514201406217114131
Binary10100000001011100010011000001100101111001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028005; }

 p { color: rgb(2,128,5); }

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

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

 a { background-color: rgb(2,128,5); }

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

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

 span { border-color: rgb(2,128,5); }

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