#028519

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

Shades of Green #028519

Tints of Green #028519

Color information

#028519 (or 0x028519) is unknown color: approx Green. HEX triplet: 02, 85 and 19. RGB value is (2,133,25). Sum of RGB (Red+Green+Blue) = 2+133+25=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 133 (52.34% from 255 or 83.12% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 133 - color contains mainly: green. Hex color #028519 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028519 is #FD7AE6. Grayscale: #515151. Windows color (decimal): -16612071 or 1672450. OLE color: 1672450.

HSL color Cylindrical-coordinate representation of color #028519: hue angle of 130.53º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028519 is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB213325-
CMYK0.9800.810.48
HSL130.53º97.04%26.47%-
HSV(B)130.53º98.5%52.16%-
XYZ8.5916.863.72-
YUV81.5296.171.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.25%
GREEN value IS 133 (52.34% from 255) = 83.12%
BLUE value IS 25 (10.16% from 255) = 15.62%
R=1.25%
G=83.12%
B=15.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2133250.9800.810.48130.5397.0426.47
Hex28519620513083611a
Octal22053114201216020314132
Binary10100001011100111000100101000111000010000011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028519; }

 p { color: rgb(2,133,25); }

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

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

 a { background-color: rgb(2,133,25); }

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

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

 span { border-color: rgb(2,133,25); }

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