Shades of Camarone #296D39
Tints of Camarone #296D39
RGB
CMYK
RGB Variations
Color information
#296D39 (or 0x296D39) is known color: Camarone. HEX triplet: 29, 6D and 39. RGB value is (41,109,57). Sum of RGB (Red+Green+Blue) = 41+109+57=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 109 (42.97% from 255 or 52.66% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 109 - color contains mainly: green. Hex color #296D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296D39 is #D692C6. Grayscale: #525252. Windows color (decimal): -14062279 or 3763497. OLE color: 3763497.
HSL color Cylindrical-coordinate representation of color #296D39: hue angle of 134.12º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296D39 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 109 | 57 | - |
| CMYK | 0.62 | 0 | 0.48 | 0.57 |
| HSL | 134.12º | 0.45% | 0.29% | - |
| HSV(B) | 134.12º | 0.62% | 0.43% | - |
| XYZ | 7.12 | 11.7 | 5.75 | - |
| YUV | 82.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 57 | 0.62 | 0 | 0.48 | 0.57 | 134.12 | 0.45 | 0.29 |
| Hex | 29 | 6D | 39 | 3E | 0 | 30 | 39 | 86 | 2D | 1D |
| Octal | 51 | 155 | 71 | 76 | 0 | 60 | 71 | 206 | 55 | 35 |
| Binary | 101001 | 1101101 | 111001 | 111110 | 0 | 110000 | 111001 | 10000110 | 101101 | 11101 |
Color Harmonies of #296D39
Complementary color
Monochromatic Colors of #296D39
Black with #296D39
Text Example
Text Example
White with #296D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D39; }
p { color: rgb(41,109,57); }
H1.HeaderClassName
{
color: #296D39;
}
.AnyTagClassName
{
color: #296D39;
}
</style>
background-color css
<style>
a { background-color: #296D39; }
a { background-color: rgb(41,109,57); }
div.DivClassName
{
background-color: #296D39;
}
.BgClassName
{
background-color: #296D39;
}
</style>
border-color css
<style>
span { border-color: #296D39; }
span { border-color: rgb(41,109,57); }
td.TdClassName
{
border-color: #296D39;
}
.TagClassName
{
border-color: #296D39;
}
</style>