#029662

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

Shades of Shamrock Green #029662

Tints of Shamrock Green #029662

Color information

#029662 (or 0x029662) is unknown color: approx Shamrock Green. HEX triplet: 02, 96 and 62. RGB value is (2,150,98). Sum of RGB (Red+Green+Blue) = 2+150+98=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 150 (58.98% from 255 or 60% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 150 - color contains mainly: green. Hex color #029662 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029662 is #FD699D. Grayscale: #636363. Windows color (decimal): -16607646 or 6460930. OLE color: 6460930.

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

Color convert

RGB215098-
CMYK0.9900.350.41
HSL158.92º97.37%29.8%-
HSV(B)158.92º98.67%58.82%-
XYZ13.1422.7115.25-
YUV99.82126.9758.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.8%
GREEN value IS 150 (58.98% from 255) = 60%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=0.8%
G=60%
B=39.2%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2150980.9900.350.41158.9297.3729.8
Hex2966263023299f611e
Octal22261421430435123714136
Binary101001011011000101100011010001110100110011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029662; }

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

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

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

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

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

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

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

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