#028D60

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

Shades of Shamrock Green #028D60

Tints of Shamrock Green #028D60

Color information

#028D60 (or 0x028D60) is unknown color: approx Shamrock Green. HEX triplet: 02, 8D and 60. RGB value is (2,141,96). Sum of RGB (Red+Green+Blue) = 2+141+96=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 141 (55.47% from 255 or 59.00% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 141 - color contains mainly: green. Hex color #028D60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028D60 is #FD729F. Grayscale: #5E5E5E. Windows color (decimal): -16609952 or 6327554. OLE color: 6327554.

HSL color Cylindrical-coordinate representation of color #028D60: hue angle of 160.58º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028D60 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB214196-
CMYK0.9900.320.45
HSL160.58º97.2%28.04%-
HSV(B)160.58º98.58%55.29%-
XYZ11.6619.9114.29-
YUV94.31128.9562.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 141 (55.47% from 255) = 59.00%
BLUE value IS 96 (37.89% from 255) = 40.17%
R=0.84%
G=59.00%
B=40.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2141960.9900.320.45160.5897.228.04
Hex28D60630202Da1611c
Octal22151401430405524114134
Binary101000110111000001100011010000010110110100001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028D60; }

 p { color: rgb(2,141,96); }

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

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

 a { background-color: rgb(2,141,96); }

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

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

 span { border-color: rgb(2,141,96); }

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