Html Css Color HEX #029A5E Shamrock Green

📋 copy color: '#029A5E'

red 2 ◦ green 154 ◦ blue 94

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

Shades of Shamrock Green #029A5E

Tints of Shamrock Green #029A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 61.6%

 BLUE value IS 94 (37.11% from 255) = 37.6%

R = 0.8%
G = 61.6%
B = 37.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#029A5E (or 0x029A5E) is known color: Shamrock Green. HEX triplet: 02, 9A and 5E. RGB value is (2,154,94). Sum of RGB (Red+Green+Blue) = 2+154+94=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 154 (60.55% from 255 or 61.6% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 154 - color contains mainly: green. Hex color #029A5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029A5E is #FD65A1. Grayscale: #656565. Windows color (decimal): -16606626 or 6199810. OLE color: 6199810.

HSL color Cylindrical-coordinate representation of color #029A5E: hue angle of 156.32º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029A5E is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 2 154 94 -
CMYK 0.99 0 0.39 0.40
HSL 156.32º 0.97% 0.31% -
HSV(B) 156.32º 0.99% 0.6% -
XYZ 13.6 23.93 14.49 -
YUV 101.71 123.64 56.88 -
System Red Green Blue C M Y K H S L
Decimal 2 154 94 0.99 0 0.39 0.40 156.32 0.97 0.31
Hex 2 9A 5E 63 0 27 28 9C 61 1F
Octal 2 232 136 143 0 47 50 234 141 37
Binary 10 10011010 1011110 1100011 0 100111 101000 10011100 1100001 11111

Color Harmonies of #029A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029A5E

Black with #029A5E

Text Example


Text Example

White with #029A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,154,94); }

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

background-color css

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

 a { background-color: rgb(2,154,94); }

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

border-color css

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

 span { border-color: rgb(2,154,94); }

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