Shades of Camarone #29653B
Tints of Camarone #29653B
RGB
CMYK
RGB Variations
Color information
#29653B (or 0x29653B) is known color: Camarone. HEX triplet: 29, 65 and 3B. RGB value is (41,101,59). Sum of RGB (Red+Green+Blue) = 41+101+59=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 101 (39.84% from 255 or 50.25% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 101 - color contains mainly: green. Hex color #29653B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29653B is #D69AC4. Grayscale: #4E4E4E. Windows color (decimal): -14064325 or 3892521. OLE color: 3892521.
HSL color Cylindrical-coordinate representation of color #29653B: hue angle of 138º 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 #29653B is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 41 | 101 | 59 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.60 |
| HSL | 138º | 0.42% | 0.28% | - |
| HSV(B) | 138º | 0.59% | 0.4% | - |
| XYZ | 6.36 | 10.09 | 5.75 | - |
| YUV | 78.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 101 | 59 | 0.59 | 0 | 0.42 | 0.60 | 138 | 0.42 | 0.28 |
| Hex | 29 | 65 | 3B | 3B | 0 | 2A | 3C | 8A | 2A | 1C |
| Octal | 51 | 145 | 73 | 73 | 0 | 52 | 74 | 212 | 52 | 34 |
| Binary | 101001 | 1100101 | 111011 | 111011 | 0 | 101010 | 111100 | 10001010 | 101010 | 11100 |
Color Harmonies of #29653B
Complementary color
Monochromatic Colors of #29653B
Black with #29653B
Text Example
Text Example
White with #29653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29653B; }
p { color: rgb(41,101,59); }
H1.HeaderClassName
{
color: #29653B;
}
.AnyTagClassName
{
color: #29653B;
}
</style>
background-color css
<style>
a { background-color: #29653B; }
a { background-color: rgb(41,101,59); }
div.DivClassName
{
background-color: #29653B;
}
.BgClassName
{
background-color: #29653B;
}
</style>
border-color css
<style>
span { border-color: #29653B; }
span { border-color: rgb(41,101,59); }
td.TdClassName
{
border-color: #29653B;
}
.TagClassName
{
border-color: #29653B;
}
</style>