Html Css Color HEX #029B66 Shamrock Green

📋 copy color: '#029B66'

red 2 ◦ green 155 ◦ blue 102

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

Shades of Shamrock Green #029B66

Tints of Shamrock Green #029B66

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 value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#029B66 (or 0x029B66) is known color: 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

RGB 2 155 102 -
CMYK 0.99 0 0.34 0.39
HSL 159.22º 0.97% 0.31% -
HSV(B) 159.22º 0.99% 0.61% -
XYZ 14.14 24.41 16.54 -
YUV 103.21 127.31 55.81 -
System Red Green Blue C M Y K H S L
Decimal 2 155 102 0.99 0 0.34 0.39 159.22 0.97 0.31
Hex 2 9B 66 63 0 22 27 9F 61 1F
Octal 2 233 146 143 0 42 47 237 141 37
Binary 10 10011011 1100110 1100011 0 100010 100111 10011111 1100001 11111

Color Harmonies of #029B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029B66

Black with #029B66

Text Example


Text Example

White with #029B66

Text Example


Text Example

HTML Codes & Css Web 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>