#29CB8F

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

Shades of Shamrock #29CB8F

Tints of Shamrock #29CB8F

Color information

#29CB8F (or 0x29CB8F) is unknown color: approx Shamrock. HEX triplet: 29, CB and 8F. RGB value is (41,203,143). Sum of RGB (Red+Green+Blue) = 41+203+143=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #29CB8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CB8F is #D63470. Grayscale: #939393. Windows color (decimal): -14038129 or 9423657. OLE color: 9423657.

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

Color convert

RGB41203143-
CMYK0.8000.300.20
HSL157.78º66.39%47.84%-
HSV(B)157.78º79.8%79.61%-
XYZ27.2345.1733.27-
YUV147.72125.3351.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.59%
GREEN value IS 203 (79.69% from 255) = 52.45%
BLUE value IS 143 (56.25% from 255) = 36.95%
R=10.59%
G=52.45%
B=36.95%

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
Decimal412031430.8000.300.20157.7866.3947.84
Hex29CB8F5001E149e4230
Octal513132171200362423610260
Binary1010011100101110001111101000001111010100100111101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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