Shades of Camarone #29683A
Tints of Camarone #29683A
RGB
CMYK
RGB Variations
Color information
#29683A (or 0x29683A) is known color: Camarone. HEX triplet: 29, 68 and 3A. RGB value is (41,104,58). Sum of RGB (Red+Green+Blue) = 41+104+58=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #29683A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29683A is #D697C5. Grayscale: #505050. Windows color (decimal): -14063558 or 3827753. OLE color: 3827753.
HSL color Cylindrical-coordinate representation of color #29683A: hue angle of 136.19º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29683A is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 104 | 58 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.59 |
| HSL | 136.19º | 0.43% | 0.28% | - |
| HSV(B) | 136.19º | 0.61% | 0.41% | - |
| XYZ | 6.63 | 10.68 | 5.71 | - |
| YUV | 79.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 104 | 58 | 0.61 | 0 | 0.44 | 0.59 | 136.19 | 0.43 | 0.28 |
| Hex | 29 | 68 | 3A | 3D | 0 | 2C | 3B | 88 | 2B | 1C |
| Octal | 51 | 150 | 72 | 75 | 0 | 54 | 73 | 210 | 53 | 34 |
| Binary | 101001 | 1101000 | 111010 | 111101 | 0 | 101100 | 111011 | 10001000 | 101011 | 11100 |
Color Harmonies of #29683A
Complementary color
Monochromatic Colors of #29683A
Black with #29683A
Text Example
Text Example
White with #29683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29683A; }
p { color: rgb(41,104,58); }
H1.HeaderClassName
{
color: #29683A;
}
.AnyTagClassName
{
color: #29683A;
}
</style>
background-color css
<style>
a { background-color: #29683A; }
a { background-color: rgb(41,104,58); }
div.DivClassName
{
background-color: #29683A;
}
.BgClassName
{
background-color: #29683A;
}
</style>
border-color css
<style>
span { border-color: #29683A; }
span { border-color: rgb(41,104,58); }
td.TdClassName
{
border-color: #29683A;
}
.TagClassName
{
border-color: #29683A;
}
</style>