Shades of Camarone #1D712E
Tints of Camarone #1D712E
RGB
CMYK
RGB Variations
Color information
#1D712E (or 0x1D712E) is known color: Camarone. HEX triplet: 1D, 71 and 2E. RGB value is (29,113,46). Sum of RGB (Red+Green+Blue) = 29+113+46=188 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.43% from 188); Green value is 113 (44.53% from 255 or 60.11% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 113 - color contains mainly: green. Hex color #1D712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D712E is #E28ED1. Grayscale: #505050. Windows color (decimal): -14847698 or 3043613. OLE color: 3043613.
HSL color Cylindrical-coordinate representation of color #1D712E: hue angle of 132.14º 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 #1D712E is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
RGB | 29 | 113 | 46 | - |
CMYK | 0.74 | 0 | 0.59 | 0.56 |
HSL | 132.14º | 0.59% | 0.28% | - |
HSV(B) | 132.14º | 0.74% | 0.44% | - |
XYZ | 6.9 | 12.27 | 4.59 | - |
YUV | 80.25 | 108.67 | 91.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 113 | 46 | 0.74 | 0 | 0.59 | 0.56 | 132.14 | 0.59 | 0.28 |
Hex | 1D | 71 | 2E | 4A | 0 | 3B | 38 | 84 | 3B | 1C |
Octal | 35 | 161 | 56 | 112 | 0 | 73 | 70 | 204 | 73 | 34 |
Binary | 11101 | 1110001 | 101110 | 1001010 | 0 | 111011 | 111000 | 10000100 | 111011 | 11100 |
Color Harmonies of #1D712E
Complementary color
Monochromatic Colors of #1D712E
Black with #1D712E
Text Example
Text Example
White with #1D712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D712E; }
p { color: rgb(29,113,46); }
H1.HeaderClassName
{
color: #1D712E;
}
.AnyTagClassName
{
color: #1D712E;
}
</style>
background-color css
<style>
a { background-color: #1D712E; }
a { background-color: rgb(29,113,46); }
div.DivClassName
{
background-color: #1D712E;
}
.BgClassName
{
background-color: #1D712E;
}
</style>
border-color css
<style>
span { border-color: #1D712E; }
span { border-color: rgb(29,113,46); }
td.TdClassName
{
border-color: #1D712E;
}
.TagClassName
{
border-color: #1D712E;
}
</style>