#028714

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

Shades of Green #028714

Tints of Green #028714

Color information

#028714 (or 0x028714) is unknown color: approx Green. HEX triplet: 02, 87 and 14. RGB value is (2,135,20). Sum of RGB (Red+Green+Blue) = 2+135+20=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 135 (53.12% from 255 or 85.99% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 135 - color contains mainly: green. Hex color #028714 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028714 is #FD78EB. Grayscale: #525252. Windows color (decimal): -16611564 or 1345282. OLE color: 1345282.

HSL color Cylindrical-coordinate representation of color #028714: hue angle of 128.12º 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 #028714 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB213520-
CMYK0.9900.850.47
HSL128.12º97.08%26.86%-
HSV(B)128.12º98.52%52.94%-
XYZ8.8217.393.55-
YUV82.1292.9470.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 135 (53.12% from 255) = 85.99%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=1.27%
G=85.99%
B=12.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2135200.9900.850.47128.1297.0826.86
Hex28714630552F80611b
Octal22072414301255720014133
Binary10100001111010011000110101010110111110000000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028714; }

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

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

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

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

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

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

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

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