Shades of Camarone #29683D
Tints of Camarone #29683D
RGB
CMYK
RGB Variations
Color information
#29683D (or 0x29683D) is known color: Camarone. HEX triplet: 29, 68 and 3D. RGB value is (41,104,61). Sum of RGB (Red+Green+Blue) = 41+104+61=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #29683D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29683D is #D697C2. Grayscale: #505050. Windows color (decimal): -14063555 or 4024361. OLE color: 4024361.
HSL color Cylindrical-coordinate representation of color #29683D: hue angle of 139.05º 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 #29683D is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 41 | 104 | 61 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.59 |
| HSL | 139.05º | 0.43% | 0.28% | - |
| HSV(B) | 139.05º | 0.61% | 0.41% | - |
| XYZ | 6.71 | 10.71 | 6.13 | - |
| YUV | 80.26 | 117.13 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 104 | 61 | 0.61 | 0 | 0.41 | 0.59 | 139.05 | 0.43 | 0.28 |
| Hex | 29 | 68 | 3D | 3D | 0 | 29 | 3B | 8B | 2B | 1C |
| Octal | 51 | 150 | 75 | 75 | 0 | 51 | 73 | 213 | 53 | 34 |
| Binary | 101001 | 1101000 | 111101 | 111101 | 0 | 101001 | 111011 | 10001011 | 101011 | 11100 |
Color Harmonies of #29683D
Complementary color
Monochromatic Colors of #29683D
Black with #29683D
Text Example
Text Example
White with #29683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29683D; }
p { color: rgb(41,104,61); }
H1.HeaderClassName
{
color: #29683D;
}
.AnyTagClassName
{
color: #29683D;
}
</style>
background-color css
<style>
a { background-color: #29683D; }
a { background-color: rgb(41,104,61); }
div.DivClassName
{
background-color: #29683D;
}
.BgClassName
{
background-color: #29683D;
}
</style>
border-color css
<style>
span { border-color: #29683D; }
span { border-color: rgb(41,104,61); }
td.TdClassName
{
border-color: #29683D;
}
.TagClassName
{
border-color: #29683D;
}
</style>