Shades of Camarone #29763C
Tints of Camarone #29763C
RGB
CMYK
RGB Variations
Color information
#29763C (or 0x29763C) is known color: Camarone. HEX triplet: 29, 76 and 3C. RGB value is (41,118,60). Sum of RGB (Red+Green+Blue) = 41+118+60=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #29763C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29763C is #D689C3. Grayscale: #585858. Windows color (decimal): -14059972 or 3962409. OLE color: 3962409.
HSL color Cylindrical-coordinate representation of color #29763C: hue angle of 134.81º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29763C is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 118 | 60 | - |
| CMYK | 0.65 | 0 | 0.49 | 0.54 |
| HSL | 134.81º | 0.48% | 0.31% | - |
| HSV(B) | 134.81º | 0.65% | 0.46% | - |
| XYZ | 8.21 | 13.75 | 6.5 | - |
| YUV | 88.37 | 111.99 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 118 | 60 | 0.65 | 0 | 0.49 | 0.54 | 134.81 | 0.48 | 0.31 |
| Hex | 29 | 76 | 3C | 41 | 0 | 31 | 36 | 87 | 30 | 1F |
| Octal | 51 | 166 | 74 | 101 | 0 | 61 | 66 | 207 | 60 | 37 |
| Binary | 101001 | 1110110 | 111100 | 1000001 | 0 | 110001 | 110110 | 10000111 | 110000 | 11111 |
Color Harmonies of #29763C
Complementary color
Monochromatic Colors of #29763C
Black with #29763C
Text Example
Text Example
White with #29763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29763C; }
p { color: rgb(41,118,60); }
H1.HeaderClassName
{
color: #29763C;
}
.AnyTagClassName
{
color: #29763C;
}
</style>
background-color css
<style>
a { background-color: #29763C; }
a { background-color: rgb(41,118,60); }
div.DivClassName
{
background-color: #29763C;
}
.BgClassName
{
background-color: #29763C;
}
</style>
border-color css
<style>
span { border-color: #29763C; }
span { border-color: rgb(41,118,60); }
td.TdClassName
{
border-color: #29763C;
}
.TagClassName
{
border-color: #29763C;
}
</style>