#29CB8E

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

Shades of Shamrock #29CB8E

Tints of Shamrock #29CB8E

Color information

#29CB8E (or 0x29CB8E) is unknown color: approx Shamrock. HEX triplet: 29, CB and 8E. RGB value is (41,203,142). Sum of RGB (Red+Green+Blue) = 41+203+142=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #29CB8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CB8E is #D63471. Grayscale: #939393. Windows color (decimal): -14038130 or 9358121. OLE color: 9358121.

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

Color convert

RGB41203142-
CMYK0.8000.300.20
HSL157.41º66.39%47.84%-
HSV(B)157.41º79.8%79.61%-
XYZ27.1545.1432.87-
YUV147.61124.8351.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.62%
GREEN value IS 203 (79.69% from 255) = 52.59%
BLUE value IS 142 (55.86% from 255) = 36.79%
R=10.62%
G=52.59%
B=36.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal412031420.8000.300.20157.4166.3947.84
Hex29CB8E5001E149d4230
Octal513132161200362423510260
Binary1010011100101110001110101000001111010100100111011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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