#29CA94

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

Shades of Shamrock #29CA94

Tints of Shamrock #29CA94

Color information

#29CA94 (or 0x29CA94) is unknown color: approx Shamrock. HEX triplet: 29, CA and 94. RGB value is (41,202,148). Sum of RGB (Red+Green+Blue) = 41+202+148=391 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.49% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #29CA94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CA94 is #D6356B. Grayscale: #939393. Windows color (decimal): -14038380 or 9751081. OLE color: 9751081.

HSL color Cylindrical-coordinate representation of color #29CA94: hue angle of 159.88º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CA94 is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB41202148-
CMYK0.8000.270.21
HSL159.88º66.26%47.65%-
HSV(B)159.88º79.7%79.22%-
XYZ27.3844.8535.23-
YUV147.7128.1651.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.49%
GREEN value IS 202 (79.30% from 255) = 51.66%
BLUE value IS 148 (58.20% from 255) = 37.85%
R=10.49%
G=51.66%
B=37.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal412021480.8000.270.21159.8866.2647.65
Hex29CA945001B15a04230
Octal513122241200332524010260
Binary1010011100101010010100101000001101110101101000001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29CA94; }

 p { color: rgb(41,202,148); }

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

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

 a { background-color: rgb(41,202,148); }

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

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

 span { border-color: rgb(41,202,148); }

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