Html Css Color HEX #029160 Shamrock Green

📋 copy color: '#029160'

red 2 ◦ green 145 ◦ blue 96

#029160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock Green #029160

Tints of Shamrock Green #029160

RGB

 RED value IS 2 (1.17% from 255) = 0.82%

 GREEN value IS 145 (57.03% from 255) = 59.67%

 BLUE value IS 96 (37.89% from 255) = 39.51%

R = 0.82%
G = 59.67%
B = 39.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#029160 (or 0x029160) is known color: Shamrock Green. HEX triplet: 02, 91 and 60. RGB value is (2,145,96). Sum of RGB (Red+Green+Blue) = 2+145+96=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 145 (57.03% from 255 or 59.67% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 145 - color contains mainly: green. Hex color #029160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029160 is #FD6E9F. Grayscale: #606060. Windows color (decimal): -16608928 or 6328578. OLE color: 6328578.

HSL color Cylindrical-coordinate representation of color #029160: hue angle of 159.44º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029160 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 145 96 -
CMYK 0.99 0 0.34 0.43
HSL 159.44º 0.97% 0.29% -
HSV(B) 159.44º 0.99% 0.57% -
XYZ 12.26 21.11 14.49 -
YUV 96.66 127.62 60.48 -
System Red Green Blue C M Y K H S L
Decimal 2 145 96 0.99 0 0.34 0.43 159.44 0.97 0.29
Hex 2 91 60 63 0 22 2B 9F 61 1D
Octal 2 221 140 143 0 42 53 237 141 35
Binary 10 10010001 1100000 1100011 0 100010 101011 10011111 1100001 11101

Color Harmonies of #029160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029160

Black with #029160

Text Example


Text Example

White with #029160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029160; }

 p { color: rgb(2,145,96); }

 H1.HeaderClassName
 {
   color: #029160;
 }
 .AnyTagClassName
 {
   color: #029160;
 }
</style>

background-color css

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

 a { background-color: rgb(2,145,96); }

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

border-color css

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

 span { border-color: rgb(2,145,96); }

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