#029B66

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

Shades of Shamrock Green #029B66

Tints of Shamrock Green #029B66

Color information

#029B66 (or 0x029B66) is unknown color: approx Shamrock Green. HEX triplet: 02, 9B and 66. RGB value is (2,155,102). Sum of RGB (Red+Green+Blue) = 2+155+102=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 155 (60.94% from 255 or 59.85% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 155 - color contains mainly: green. Hex color #029B66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029B66 is #FD6499. Grayscale: #676767. Windows color (decimal): -16606362 or 6724354. OLE color: 6724354.

HSL color Cylindrical-coordinate representation of color #029B66: hue angle of 159.22º 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 #029B66 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB2155102-
CMYK0.9900.340.39
HSL159.22º97.45%30.78%-
HSV(B)159.22º98.71%60.78%-
XYZ14.1424.4116.54-
YUV103.21127.3155.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.77%
GREEN value IS 155 (60.94% from 255) = 59.85%
BLUE value IS 102 (40.23% from 255) = 39.38%
R=0.77%
G=59.85%
B=39.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21551020.9900.340.39159.2297.4530.78
Hex29B6663022279f611f
Octal22331461430424723714137
Binary101001101111001101100011010001010011110011111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,155,102); }

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

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

 a { background-color: rgb(2,155,102); }

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

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

 span { border-color: rgb(2,155,102); }

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