#029F58

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

Shades of Shamrock Green #029F58

Tints of Shamrock Green #029F58

Color information

#029F58 (or 0x029F58) is unknown color: approx Shamrock Green. HEX triplet: 02, 9F and 58. RGB value is (2,159,88). Sum of RGB (Red+Green+Blue) = 2+159+88=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 159 (62.5% from 255 or 63.86% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 159 - color contains mainly: green. Hex color #029F58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029F58 is #FD60A7. Grayscale: #686868. Windows color (decimal): -16605352 or 5807874. OLE color: 5807874.

HSL color Cylindrical-coordinate representation of color #029F58: hue angle of 152.87º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029F58 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB215988-
CMYK0.9900.450.38
HSL152.87º97.52%31.57%-
HSV(B)152.87º98.74%62.35%-
XYZ14.1825.5113.41-
YUV103.96118.9955.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 159 (62.5% from 255) = 63.86%
BLUE value IS 88 (34.77% from 255) = 35.34%
R=0.80%
G=63.86%
B=35.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2159880.9900.450.38152.8797.5231.57
Hex29F586302D26996220
Octal22371301430554623114240
Binary1010011111101100011000110101101100110100110011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029F58; }

 p { color: rgb(2,159,88); }

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

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

 a { background-color: rgb(2,159,88); }

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

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

 span { border-color: rgb(2,159,88); }

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