#028C04

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

Shades of Green #028C04

Tints of Green #028C04

Color information

#028C04 (or 0x028C04) is unknown color: approx Green. HEX triplet: 02, 8C and 04. RGB value is (2,140,4). Sum of RGB (Red+Green+Blue) = 2+140+4=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 140 (55.08% from 255 or 95.89% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 140 - color contains mainly: green. Hex color #028C04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028C04 is #FD73FB. Grayscale: #535353. Windows color (decimal): -16610300 or 297986. OLE color: 297986.

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

Color convert

RGB21404-
CMYK0.9900.970.45
HSL120.87º97.18%27.84%-
HSV(B)120.87º98.57%54.9%-
XYZ9.4318.783.24-
YUV83.2383.2870.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.37%
GREEN value IS 140 (55.08% from 255) = 95.89%
BLUE value IS 4 (1.95% from 255) = 2.74%
R=1.37%
G=95.89%
B=2.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal214040.9900.970.45120.8797.1827.84
Hex28C4630612D79611c
Octal2214414301415517114134
Binary10100011001001100011011000011011011111001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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