Shades of Camarone #29653D
Tints of Camarone #29653D
RGB
CMYK
RGB Variations
Color information
#29653D (or 0x29653D) is known color: Camarone. HEX triplet: 29, 65 and 3D. RGB value is (41,101,61). Sum of RGB (Red+Green+Blue) = 41+101+61=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 101 - color contains mainly: green. Hex color #29653D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29653D is #D69AC2. Grayscale: #4E4E4E. Windows color (decimal): -14064323 or 4023593. OLE color: 4023593.
HSL color Cylindrical-coordinate representation of color #29653D: hue angle of 140º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #29653D is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 101 | 61 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.60 |
| HSL | 140º | 0.42% | 0.28% | - |
| HSV(B) | 140º | 0.59% | 0.4% | - |
| XYZ | 6.41 | 10.12 | 6.03 | - |
| YUV | 78.5 | 118.12 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 101 | 61 | 0.59 | 0 | 0.40 | 0.60 | 140 | 0.42 | 0.28 |
| Hex | 29 | 65 | 3D | 3B | 0 | 28 | 3C | 8C | 2A | 1C |
| Octal | 51 | 145 | 75 | 73 | 0 | 50 | 74 | 214 | 52 | 34 |
| Binary | 101001 | 1100101 | 111101 | 111011 | 0 | 101000 | 111100 | 10001100 | 101010 | 11100 |
Color Harmonies of #29653D
Complementary color
Monochromatic Colors of #29653D
Black with #29653D
Text Example
Text Example
White with #29653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29653D; }
p { color: rgb(41,101,61); }
H1.HeaderClassName
{
color: #29653D;
}
.AnyTagClassName
{
color: #29653D;
}
</style>
background-color css
<style>
a { background-color: #29653D; }
a { background-color: rgb(41,101,61); }
div.DivClassName
{
background-color: #29653D;
}
.BgClassName
{
background-color: #29653D;
}
</style>
border-color css
<style>
span { border-color: #29653D; }
span { border-color: rgb(41,101,61); }
td.TdClassName
{
border-color: #29653D;
}
.TagClassName
{
border-color: #29653D;
}
</style>