Html Css Color HEX #029B5A Shamrock Green

📋 copy color: '#029B5A'

red 2 ◦ green 155 ◦ blue 90

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

Shades of Shamrock Green #029B5A

Tints of Shamrock Green #029B5A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 62.75%

 BLUE value IS 90 (35.55% from 255) = 36.44%

R = 0.81%
G = 62.75%
B = 36.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#029B5A (or 0x029B5A) is known color: Shamrock Green. HEX triplet: 02, 9B and 5A. RGB value is (2,155,90). Sum of RGB (Red+Green+Blue) = 2+155+90=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 155 (60.94% from 255 or 62.75% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 155 - color contains mainly: green. Hex color #029B5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029B5A is #FD64A5. Grayscale: #656565. Windows color (decimal): -16606374 or 5937922. OLE color: 5937922.

HSL color Cylindrical-coordinate representation of color #029B5A: hue angle of 154.51º 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 #029B5A is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 155 90 -
CMYK 0.99 0 0.42 0.39
HSL 154.51º 0.97% 0.31% -
HSV(B) 154.51º 0.99% 0.61% -
XYZ 13.59 24.19 13.63 -
YUV 101.84 121.31 56.79 -
System Red Green Blue C M Y K H S L
Decimal 2 155 90 0.99 0 0.42 0.39 154.51 0.97 0.31
Hex 2 9B 5A 63 0 2A 27 9B 61 1F
Octal 2 233 132 143 0 52 47 233 141 37
Binary 10 10011011 1011010 1100011 0 101010 100111 10011011 1100001 11111

Color Harmonies of #029B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029B5A

Black with #029B5A

Text Example


Text Example

White with #029B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029B5A; }

 p { color: rgb(2,155,90); }

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

background-color css

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

 a { background-color: rgb(2,155,90); }

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

border-color css

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

 span { border-color: rgb(2,155,90); }

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