Shades of Camarone #1D7139
Tints of Camarone #1D7139
RGB
CMYK
RGB Variations
Color information
#1D7139 (or 0x1D7139) is known color: Camarone. HEX triplet: 1D, 71 and 39. RGB value is (29,113,57). Sum of RGB (Red+Green+Blue) = 29+113+57=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #1D7139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7139 is #E28EC6. Grayscale: #515151. Windows color (decimal): -14847687 or 3764509. OLE color: 3764509.
HSL color Cylindrical-coordinate representation of color #1D7139: hue angle of 140º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D7139 is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 113 | 57 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.56 |
| HSL | 140º | 0.59% | 0.28% | - |
| HSV(B) | 140º | 0.74% | 0.44% | - |
| XYZ | 7.15 | 12.37 | 5.88 | - |
| YUV | 81.5 | 114.17 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 113 | 57 | 0.74 | 0 | 0.50 | 0.56 | 140 | 0.59 | 0.28 |
| Hex | 1D | 71 | 39 | 4A | 0 | 32 | 38 | 8C | 3B | 1C |
| Octal | 35 | 161 | 71 | 112 | 0 | 62 | 70 | 214 | 73 | 34 |
| Binary | 11101 | 1110001 | 111001 | 1001010 | 0 | 110010 | 111000 | 10001100 | 111011 | 11100 |
Color Harmonies of #1D7139
Complementary color
Monochromatic Colors of #1D7139
Black with #1D7139
Text Example
Text Example
White with #1D7139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7139; }
p { color: rgb(29,113,57); }
H1.HeaderClassName
{
color: #1D7139;
}
.AnyTagClassName
{
color: #1D7139;
}
</style>
background-color css
<style>
a { background-color: #1D7139; }
a { background-color: rgb(29,113,57); }
div.DivClassName
{
background-color: #1D7139;
}
.BgClassName
{
background-color: #1D7139;
}
</style>
border-color css
<style>
span { border-color: #1D7139; }
span { border-color: rgb(29,113,57); }
td.TdClassName
{
border-color: #1D7139;
}
.TagClassName
{
border-color: #1D7139;
}
</style>