#29CB8D

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

Shades of Shamrock #29CB8D

Tints of Shamrock #29CB8D

Color information

#29CB8D (or 0x29CB8D) is unknown color: approx Shamrock. HEX triplet: 29, CB and 8D. RGB value is (41,203,141). Sum of RGB (Red+Green+Blue) = 41+203+141=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #29CB8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CB8D is #D63472. Grayscale: #939393. Windows color (decimal): -14038131 or 9292585. OLE color: 9292585.

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

Color convert

RGB41203141-
CMYK0.8000.310.20
HSL157.04º66.39%47.84%-
HSV(B)157.04º79.8%79.61%-
XYZ27.0845.1132.48-
YUV147.49124.3352.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.65%
GREEN value IS 203 (79.69% from 255) = 52.73%
BLUE value IS 141 (55.47% from 255) = 36.62%
R=10.65%
G=52.73%
B=36.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal412031410.8000.310.20157.0466.3947.84
Hex29CB8D5001F149d4230
Octal513132151200372423510260
Binary1010011100101110001101101000001111110100100111011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,203,141); }

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

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

 a { background-color: rgb(41,203,141); }

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

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

 span { border-color: rgb(41,203,141); }

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