#29BF9A

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

Shades of Shamrock #29BF9A

Tints of Shamrock #29BF9A

Color information

#29BF9A (or 0x29BF9A) is unknown color: approx Shamrock. HEX triplet: 29, BF and 9A. RGB value is (41,191,154). Sum of RGB (Red+Green+Blue) = 41+191+154=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #29BF9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BF9A is #D64065. Grayscale: #8D8D8D. Windows color (decimal): -14041190 or 10141481. OLE color: 10141481.

HSL color Cylindrical-coordinate representation of color #29BF9A: hue angle of 165.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29BF9A is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB41191154-
CMYK0.7900.190.25
HSL165.2º64.66%45.49%-
HSV(B)165.2º78.53%74.9%-
XYZ25.3840.0736.97-
YUV141.93134.856.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.62%
GREEN value IS 191 (75% from 255) = 49.48%
BLUE value IS 154 (60.55% from 255) = 39.90%
R=10.62%
G=49.48%
B=39.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411911540.7900.190.25165.264.6645.49
Hex29BF9A4F01319a5412d
Octal512772321170233124510155
Binary1010011011111110011010100111101001111001101001011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,191,154); }

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

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

 a { background-color: rgb(41,191,154); }

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

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

 span { border-color: rgb(41,191,154); }

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