#29CA88

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

Shades of Shamrock #29CA88

Tints of Shamrock #29CA88

Color information

#29CA88 (or 0x29CA88) is unknown color: approx Shamrock. HEX triplet: 29, CA and 88. RGB value is (41,202,136). Sum of RGB (Red+Green+Blue) = 41+202+136=379 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.82% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #29CA88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CA88 is #D63577. Grayscale: #929292. Windows color (decimal): -14038392 or 8964649. OLE color: 8964649.

HSL color Cylindrical-coordinate representation of color #29CA88: hue angle of 155.4º 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 #29CA88 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB41202136-
CMYK0.8000.330.21
HSL155.4º66.26%47.65%-
HSV(B)155.4º79.7%79.22%-
XYZ26.4844.4930.48-
YUV146.34122.1652.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.82%
GREEN value IS 202 (79.30% from 255) = 53.30%
BLUE value IS 136 (53.52% from 255) = 35.88%
R=10.82%
G=53.30%
B=35.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal412021360.8000.330.21155.466.2647.65
Hex29CA8850021159b4230
Octal513122101200412523310260
Binary10100111001010100010001010000010000110101100110111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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