#029668

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

Shades of Shamrock Green #029668

Tints of Shamrock Green #029668

Color information

#029668 (or 0x029668) is unknown color: approx Shamrock Green. HEX triplet: 02, 96 and 68. RGB value is (2,150,104). Sum of RGB (Red+Green+Blue) = 2+150+104=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 150 (58.98% from 255 or 58.59% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 150 - color contains mainly: green. Hex color #029668 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029668 is #FD6997. Grayscale: #646464. Windows color (decimal): -16607640 or 6854146. OLE color: 6854146.

HSL color Cylindrical-coordinate representation of color #029668: hue angle of 161.35º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029668 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB2150104-
CMYK0.9900.310.41
HSL161.35º97.37%29.8%-
HSV(B)161.35º98.67%58.82%-
XYZ13.4322.8316.79-
YUV100.5129.9757.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 150 (58.98% from 255) = 58.59%
BLUE value IS 104 (41.02% from 255) = 40.62%
R=0.78%
G=58.59%
B=40.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21501040.9900.310.41161.3597.3729.8
Hex296686301F29a1611e
Octal22261501430375124114136
Binary10100101101101000110001101111110100110100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029668; }

 p { color: rgb(2,150,104); }

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

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

 a { background-color: rgb(2,150,104); }

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

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

 span { border-color: rgb(2,150,104); }

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