#028517

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

Shades of Green #028517

Tints of Green #028517

Color information

#028517 (or 0x028517) is unknown color: approx Green. HEX triplet: 02, 85 and 17. RGB value is (2,133,23). Sum of RGB (Red+Green+Blue) = 2+133+23=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 133 (52.34% from 255 or 84.18% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 133 - color contains mainly: green. Hex color #028517 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028517 is #FD7AE8. Grayscale: #515151. Windows color (decimal): -16612073 or 1541378. OLE color: 1541378.

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

Color convert

RGB213323-
CMYK0.9800.830.48
HSL129.62º97.04%26.47%-
HSV(B)129.62º98.5%52.16%-
XYZ8.5716.853.61-
YUV81.2995.171.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 133 (52.34% from 255) = 84.18%
BLUE value IS 23 (9.38% from 255) = 14.56%
R=1.27%
G=84.18%
B=14.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2133230.9800.830.48129.6297.0426.47
Hex28517620533082611a
Octal22052714201236020214132
Binary10100001011011111000100101001111000010000010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028517; }

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

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

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

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

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

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

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

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