#028718

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

Shades of Green #028718

Tints of Green #028718

Color information

#028718 (or 0x028718) is unknown color: approx Green. HEX triplet: 02, 87 and 18. RGB value is (2,135,24). Sum of RGB (Red+Green+Blue) = 2+135+24=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 135 (53.12% from 255 or 83.85% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 135 - color contains mainly: green. Hex color #028718 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028718 is #FD78E7. Grayscale: #525252. Windows color (decimal): -16611560 or 1607426. OLE color: 1607426.

HSL color Cylindrical-coordinate representation of color #028718: hue angle of 129.92º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028718 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB213524-
CMYK0.9900.820.47
HSL129.92º97.08%26.86%-
HSV(B)129.92º98.52%52.94%-
XYZ8.8517.413.76-
YUV82.5894.9470.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.24%
GREEN value IS 135 (53.12% from 255) = 83.85%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=1.24%
G=83.85%
B=14.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2135240.9900.820.47129.9297.0826.86
Hex28718630522F82611b
Octal22073014301225720214133
Binary10100001111100011000110101001010111110000010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028718; }

 p { color: rgb(2,135,24); }

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

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

 a { background-color: rgb(2,135,24); }

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

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

 span { border-color: rgb(2,135,24); }

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