Shades of Camarone #1D703B
Tints of Camarone #1D703B
RGB
CMYK
RGB Variations
Color information
#1D703B (or 0x1D703B) is known color: Camarone. HEX triplet: 1D, 70 and 3B. RGB value is (29,112,59). Sum of RGB (Red+Green+Blue) = 29+112+59=200 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.5% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #1D703B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D703B is #E28FC4. Grayscale: #515151. Windows color (decimal): -14847941 or 3895325. OLE color: 3895325.
HSL color Cylindrical-coordinate representation of color #1D703B: hue angle of 141.69º 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 #1D703B is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 112 | 59 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.56 |
| HSL | 141.69º | 0.59% | 0.28% | - |
| HSV(B) | 141.69º | 0.74% | 0.44% | - |
| XYZ | 7.09 | 12.17 | 6.11 | - |
| YUV | 81.14 | 115.5 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 59 | 0.74 | 0 | 0.47 | 0.56 | 141.69 | 0.59 | 0.28 |
| Hex | 1D | 70 | 3B | 4A | 0 | 2F | 38 | 8E | 3B | 1C |
| Octal | 35 | 160 | 73 | 112 | 0 | 57 | 70 | 216 | 73 | 34 |
| Binary | 11101 | 1110000 | 111011 | 1001010 | 0 | 101111 | 111000 | 10001110 | 111011 | 11100 |
Color Harmonies of #1D703B
Complementary color
Monochromatic Colors of #1D703B
Black with #1D703B
Text Example
Text Example
White with #1D703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D703B; }
p { color: rgb(29,112,59); }
H1.HeaderClassName
{
color: #1D703B;
}
.AnyTagClassName
{
color: #1D703B;
}
</style>
background-color css
<style>
a { background-color: #1D703B; }
a { background-color: rgb(29,112,59); }
div.DivClassName
{
background-color: #1D703B;
}
.BgClassName
{
background-color: #1D703B;
}
</style>
border-color css
<style>
span { border-color: #1D703B; }
span { border-color: rgb(29,112,59); }
td.TdClassName
{
border-color: #1D703B;
}
.TagClassName
{
border-color: #1D703B;
}
</style>