Shades of Camarone #29773F
Tints of Camarone #29773F
RGB
CMYK
RGB Variations
Color information
#29773F (or 0x29773F) is known color: Camarone. HEX triplet: 29, 77 and 3F. RGB value is (41,119,63). Sum of RGB (Red+Green+Blue) = 41+119+63=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #29773F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29773F is #D688C0. Grayscale: #595959. Windows color (decimal): -14059713 or 4159273. OLE color: 4159273.
HSL color Cylindrical-coordinate representation of color #29773F: hue angle of 136.92º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29773F is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 119 | 63 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.53 |
| HSL | 136.92º | 0.49% | 0.31% | - |
| HSV(B) | 136.92º | 0.66% | 0.47% | - |
| XYZ | 8.41 | 14.02 | 6.97 | - |
| YUV | 89.29 | 113.16 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 119 | 63 | 0.66 | 0 | 0.47 | 0.53 | 136.92 | 0.49 | 0.31 |
| Hex | 29 | 77 | 3F | 42 | 0 | 2F | 35 | 89 | 31 | 1F |
| Octal | 51 | 167 | 77 | 102 | 0 | 57 | 65 | 211 | 61 | 37 |
| Binary | 101001 | 1110111 | 111111 | 1000010 | 0 | 101111 | 110101 | 10001001 | 110001 | 11111 |
Color Harmonies of #29773F
Complementary color
Monochromatic Colors of #29773F
Black with #29773F
Text Example
Text Example
White with #29773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29773F; }
p { color: rgb(41,119,63); }
H1.HeaderClassName
{
color: #29773F;
}
.AnyTagClassName
{
color: #29773F;
}
</style>
background-color css
<style>
a { background-color: #29773F; }
a { background-color: rgb(41,119,63); }
div.DivClassName
{
background-color: #29773F;
}
.BgClassName
{
background-color: #29773F;
}
</style>
border-color css
<style>
span { border-color: #29773F; }
span { border-color: rgb(41,119,63); }
td.TdClassName
{
border-color: #29773F;
}
.TagClassName
{
border-color: #29773F;
}
</style>