Shades of Camarone #29783C
Tints of Camarone #29783C
RGB
CMYK
RGB Variations
Color information
#29783C (or 0x29783C) is known color: Camarone. HEX triplet: 29, 78 and 3C. RGB value is (41,120,60). Sum of RGB (Red+Green+Blue) = 41+120+60=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 120 (47.27% from 255 or 54.30% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 120 - color contains mainly: green. Hex color #29783C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29783C is #D687C3. Grayscale: #595959. Windows color (decimal): -14059460 or 3962921. OLE color: 3962921.
HSL color Cylindrical-coordinate representation of color #29783C: hue angle of 134.43º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29783C is Cyan = 0.66, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 120 | 60 | - |
| CMYK | 0.66 | 0 | 0.5 | 0.53 |
| HSL | 134.43º | 0.49% | 0.32% | - |
| HSV(B) | 134.43º | 0.66% | 0.47% | - |
| XYZ | 8.45 | 14.23 | 6.58 | - |
| YUV | 89.54 | 111.33 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 120 | 60 | 0.66 | 0 | 0.5 | 0.53 | 134.43 | 0.49 | 0.32 |
| Hex | 29 | 78 | 3C | 42 | 0 | 32 | 35 | 86 | 31 | 20 |
| Octal | 51 | 170 | 74 | 102 | 0 | 62 | 65 | 206 | 61 | 40 |
| Binary | 101001 | 1111000 | 111100 | 1000010 | 0 | 110010 | 110101 | 10000110 | 110001 | 100000 |
Color Harmonies of #29783C
Complementary color
Monochromatic Colors of #29783C
Black with #29783C
Text Example
Text Example
White with #29783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29783C; }
p { color: rgb(41,120,60); }
H1.HeaderClassName
{
color: #29783C;
}
.AnyTagClassName
{
color: #29783C;
}
</style>
background-color css
<style>
a { background-color: #29783C; }
a { background-color: rgb(41,120,60); }
div.DivClassName
{
background-color: #29783C;
}
.BgClassName
{
background-color: #29783C;
}
</style>
border-color css
<style>
span { border-color: #29783C; }
span { border-color: rgb(41,120,60); }
td.TdClassName
{
border-color: #29783C;
}
.TagClassName
{
border-color: #29783C;
}
</style>