#029663

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

Shades of Shamrock Green #029663

Tints of Shamrock Green #029663

Color information

#029663 (or 0x029663) is unknown color: approx Shamrock Green. HEX triplet: 02, 96 and 63. RGB value is (2,150,99). Sum of RGB (Red+Green+Blue) = 2+150+99=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 150 (58.98% from 255 or 59.76% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 150 - color contains mainly: green. Hex color #029663 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029663 is #FD699C. Grayscale: #636363. Windows color (decimal): -16607645 or 6526466. OLE color: 6526466.

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

Color convert

RGB215099-
CMYK0.9900.340.41
HSL159.32º97.37%29.8%-
HSV(B)159.32º98.67%58.82%-
XYZ13.1822.7315.5-
YUV99.93127.4758.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 150 (58.98% from 255) = 59.76%
BLUE value IS 99 (39.06% from 255) = 39.44%
R=0.80%
G=59.76%
B=39.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2150990.9900.340.41159.3297.3729.8
Hex2966363022299f611e
Octal22261431430425123714136
Binary101001011011000111100011010001010100110011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029663; }

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

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

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

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

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

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

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

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