#028012

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

Shades of Green #028012

Tints of Green #028012

Color information

#028012 (or 0x028012) is unknown color: approx Green. HEX triplet: 02, 80 and 12. RGB value is (2,128,18). Sum of RGB (Red+Green+Blue) = 2+128+18=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 128 (50.39% from 255 or 86.49% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 128 - color contains mainly: green. Hex color #028012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028012 is #FD7FED. Grayscale: #4E4E4E. Windows color (decimal): -16613358 or 1212418. OLE color: 1212418.

HSL color Cylindrical-coordinate representation of color #028012: hue angle of 127.62º 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 #028012 is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB212818-
CMYK0.9800.860.50
HSL127.62º96.92%25.49%-
HSV(B)127.62º98.44%50.2%-
XYZ7.8515.493.15-
YUV77.7994.2673.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 128 (50.39% from 255) = 86.49%
BLUE value IS 18 (7.42% from 255) = 12.16%
R=1.35%
G=86.49%
B=12.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2128180.9800.860.50127.6296.9225.49
Hex280126205632806119
Octal22002214201266220014131
Binary10100000001001011000100101011011001010000000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028012; }

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

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

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

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

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

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

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

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