#028A04

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

Shades of Green #028A04

Tints of Green #028A04

Color information

#028A04 (or 0x028A04) is unknown color: approx Green. HEX triplet: 02, 8A and 04. RGB value is (2,138,4). Sum of RGB (Red+Green+Blue) = 2+138+4=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 138 (54.30% from 255 or 95.83% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 138 - color contains mainly: green. Hex color #028A04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028A04 is #FD75FB. Grayscale: #525252. Windows color (decimal): -16610812 or 297474. OLE color: 297474.

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

Color convert

RGB21384-
CMYK0.9900.970.46
HSL120.88º97.14%27.45%-
HSV(B)120.88º98.55%54.12%-
XYZ9.1418.23.15-
YUV82.0683.9470.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.39%
GREEN value IS 138 (54.30% from 255) = 95.83%
BLUE value IS 4 (1.95% from 255) = 2.78%
R=1.39%
G=95.83%
B=2.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal213840.9900.970.46120.8897.1427.45
Hex28A4630612E79611b
Octal2212414301415617114133
Binary10100010101001100011011000011011101111001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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