Shades of Camarone #296A3B
Tints of Camarone #296A3B
RGB
CMYK
RGB Variations
Color information
#296A3B (or 0x296A3B) is known color: Camarone. HEX triplet: 29, 6A and 3B. RGB value is (41,106,59). Sum of RGB (Red+Green+Blue) = 41+106+59=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 106 (41.80% from 255 or 51.46% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 106 - color contains mainly: green. Hex color #296A3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296A3B is #D695C4. Grayscale: #515151. Windows color (decimal): -14063045 or 3893801. OLE color: 3893801.
HSL color Cylindrical-coordinate representation of color #296A3B: hue angle of 136.62º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A3B is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 106 | 59 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.58 |
| HSL | 136.62º | 0.44% | 0.29% | - |
| HSV(B) | 136.62º | 0.61% | 0.42% | - |
| XYZ | 6.86 | 11.1 | 5.92 | - |
| YUV | 81.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 59 | 0.61 | 0 | 0.44 | 0.58 | 136.62 | 0.44 | 0.29 |
| Hex | 29 | 6A | 3B | 3D | 0 | 2C | 3A | 89 | 2C | 1D |
| Octal | 51 | 152 | 73 | 75 | 0 | 54 | 72 | 211 | 54 | 35 |
| Binary | 101001 | 1101010 | 111011 | 111101 | 0 | 101100 | 111010 | 10001001 | 101100 | 11101 |
Color Harmonies of #296A3B
Complementary color
Monochromatic Colors of #296A3B
Black with #296A3B
Text Example
Text Example
White with #296A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296A3B; }
p { color: rgb(41,106,59); }
H1.HeaderClassName
{
color: #296A3B;
}
.AnyTagClassName
{
color: #296A3B;
}
</style>
background-color css
<style>
a { background-color: #296A3B; }
a { background-color: rgb(41,106,59); }
div.DivClassName
{
background-color: #296A3B;
}
.BgClassName
{
background-color: #296A3B;
}
</style>
border-color css
<style>
span { border-color: #296A3B; }
span { border-color: rgb(41,106,59); }
td.TdClassName
{
border-color: #296A3B;
}
.TagClassName
{
border-color: #296A3B;
}
</style>