Shades of Camarone #29793C
Tints of Camarone #29793C
RGB
CMYK
RGB Variations
Color information
#29793C (or 0x29793C) is known color: Camarone. HEX triplet: 29, 79 and 3C. RGB value is (41,121,60). Sum of RGB (Red+Green+Blue) = 41+121+60=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #29793C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29793C is #D686C3. Grayscale: #5A5A5A. Windows color (decimal): -14059204 or 3963177. OLE color: 3963177.
HSL color Cylindrical-coordinate representation of color #29793C: hue angle of 134.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29793C is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 121 | 60 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.53 |
| HSL | 134.25º | 0.49% | 0.32% | - |
| HSV(B) | 134.25º | 0.66% | 0.47% | - |
| XYZ | 8.57 | 14.47 | 6.62 | - |
| YUV | 90.13 | 111 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 121 | 60 | 0.66 | 0 | 0.50 | 0.53 | 134.25 | 0.49 | 0.32 |
| Hex | 29 | 79 | 3C | 42 | 0 | 32 | 35 | 86 | 31 | 20 |
| Octal | 51 | 171 | 74 | 102 | 0 | 62 | 65 | 206 | 61 | 40 |
| Binary | 101001 | 1111001 | 111100 | 1000010 | 0 | 110010 | 110101 | 10000110 | 110001 | 100000 |
Color Harmonies of #29793C
Complementary color
Monochromatic Colors of #29793C
Black with #29793C
Text Example
Text Example
White with #29793C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29793C; }
p { color: rgb(41,121,60); }
H1.HeaderClassName
{
color: #29793C;
}
.AnyTagClassName
{
color: #29793C;
}
</style>
background-color css
<style>
a { background-color: #29793C; }
a { background-color: rgb(41,121,60); }
div.DivClassName
{
background-color: #29793C;
}
.BgClassName
{
background-color: #29793C;
}
</style>
border-color css
<style>
span { border-color: #29793C; }
span { border-color: rgb(41,121,60); }
td.TdClassName
{
border-color: #29793C;
}
.TagClassName
{
border-color: #29793C;
}
</style>