Shades of Camarone #296B3A
Tints of Camarone #296B3A
RGB
CMYK
RGB Variations
Color information
#296B3A (or 0x296B3A) is known color: Camarone. HEX triplet: 29, 6B and 3A. RGB value is (41,107,58). Sum of RGB (Red+Green+Blue) = 41+107+58=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #296B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296B3A is #D694C5. Grayscale: #515151. Windows color (decimal): -14062790 or 3828521. OLE color: 3828521.
HSL color Cylindrical-coordinate representation of color #296B3A: hue angle of 135.45º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296B3A is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 107 | 58 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.58 |
| HSL | 135.45º | 0.45% | 0.29% | - |
| HSV(B) | 135.45º | 0.62% | 0.42% | - |
| XYZ | 6.94 | 11.29 | 5.82 | - |
| YUV | 81.68 | 114.63 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 107 | 58 | 0.62 | 0 | 0.46 | 0.58 | 135.45 | 0.45 | 0.29 |
| Hex | 29 | 6B | 3A | 3E | 0 | 2E | 3A | 87 | 2D | 1D |
| Octal | 51 | 153 | 72 | 76 | 0 | 56 | 72 | 207 | 55 | 35 |
| Binary | 101001 | 1101011 | 111010 | 111110 | 0 | 101110 | 111010 | 10000111 | 101101 | 11101 |
Color Harmonies of #296B3A
Complementary color
Monochromatic Colors of #296B3A
Black with #296B3A
Text Example
Text Example
White with #296B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296B3A; }
p { color: rgb(41,107,58); }
H1.HeaderClassName
{
color: #296B3A;
}
.AnyTagClassName
{
color: #296B3A;
}
</style>
background-color css
<style>
a { background-color: #296B3A; }
a { background-color: rgb(41,107,58); }
div.DivClassName
{
background-color: #296B3A;
}
.BgClassName
{
background-color: #296B3A;
}
</style>
border-color css
<style>
span { border-color: #296B3A; }
span { border-color: rgb(41,107,58); }
td.TdClassName
{
border-color: #296B3A;
}
.TagClassName
{
border-color: #296B3A;
}
</style>