#029C64

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

Shades of Shamrock Green #029C64

Tints of Shamrock Green #029C64

Color information

#029C64 (or 0x029C64) is unknown color: approx Shamrock Green. HEX triplet: 02, 9C and 64. RGB value is (2,156,100). Sum of RGB (Red+Green+Blue) = 2+156+100=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 156 (61.33% from 255 or 60.47% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 156 - color contains mainly: green. Hex color #029C64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029C64 is #FD639B. Grayscale: #676767. Windows color (decimal): -16606108 or 6593538. OLE color: 6593538.

HSL color Cylindrical-coordinate representation of color #029C64: hue angle of 158.18º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029C64 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB2156100-
CMYK0.9900.360.39
HSL158.18º97.47%30.98%-
HSV(B)158.18º98.72%61.18%-
XYZ14.2124.7116.08-
YUV103.57125.9855.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 156 (61.33% from 255) = 60.47%
BLUE value IS 100 (39.45% from 255) = 38.76%
R=0.78%
G=60.47%
B=38.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21561000.9900.360.39158.1897.4730.98
Hex29C6463024279e611f
Octal22341441430444723614137
Binary101001110011001001100011010010010011110011110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,156,100); }

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

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

 a { background-color: rgb(2,156,100); }

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

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

 span { border-color: rgb(2,156,100); }

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