Shades of Camarone #29613A
Tints of Camarone #29613A
RGB
CMYK
RGB Variations
Color information
#29613A (or 0x29613A) is known color: Camarone. HEX triplet: 29, 61 and 3A. RGB value is (41,97,58). Sum of RGB (Red+Green+Blue) = 41+97+58=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #29613A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29613A is #D69EC5. Grayscale: #4B4B4B. Windows color (decimal): -14065350 or 3825961. OLE color: 3825961.
HSL color Cylindrical-coordinate representation of color #29613A: hue angle of 138.21º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #29613A is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 97 | 58 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.62 |
| HSL | 138.21º | 0.41% | 0.27% | - |
| HSV(B) | 138.21º | 0.58% | 0.38% | - |
| XYZ | 5.95 | 9.33 | 5.49 | - |
| YUV | 75.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 97 | 58 | 0.58 | 0 | 0.40 | 0.62 | 138.21 | 0.41 | 0.27 |
| Hex | 29 | 61 | 3A | 3A | 0 | 28 | 3E | 8A | 29 | 1B |
| Octal | 51 | 141 | 72 | 72 | 0 | 50 | 76 | 212 | 51 | 33 |
| Binary | 101001 | 1100001 | 111010 | 111010 | 0 | 101000 | 111110 | 10001010 | 101001 | 11011 |
Color Harmonies of #29613A
Complementary color
Monochromatic Colors of #29613A
Black with #29613A
Text Example
Text Example
White with #29613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29613A; }
p { color: rgb(41,97,58); }
H1.HeaderClassName
{
color: #29613A;
}
.AnyTagClassName
{
color: #29613A;
}
</style>
background-color css
<style>
a { background-color: #29613A; }
a { background-color: rgb(41,97,58); }
div.DivClassName
{
background-color: #29613A;
}
.BgClassName
{
background-color: #29613A;
}
</style>
border-color css
<style>
span { border-color: #29613A; }
span { border-color: rgb(41,97,58); }
td.TdClassName
{
border-color: #29613A;
}
.TagClassName
{
border-color: #29613A;
}
</style>