Shades of Camarone #1D6529
Tints of Camarone #1D6529
RGB
CMYK
RGB Variations
Color information
#1D6529 (or 0x1D6529) is known color: Camarone. HEX triplet: 1D, 65 and 29. RGB value is (29,101,41). Sum of RGB (Red+Green+Blue) = 29+101+41=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 101 (39.84% from 255 or 59.06% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 101 - color contains mainly: green. Hex color #1D6529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6529 is #E29AD6. Grayscale: #484848. Windows color (decimal): -14850775 or 2712861. OLE color: 2712861.
HSL color Cylindrical-coordinate representation of color #1D6529: hue angle of 130º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D6529 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 101 | 41 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.60 |
| HSL | 130º | 0.55% | 0.25% | - |
| HSV(B) | 130º | 0.71% | 0.4% | - |
| XYZ | 5.56 | 9.73 | 3.68 | - |
| YUV | 72.63 | 110.15 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 101 | 41 | 0.71 | 0 | 0.59 | 0.60 | 130 | 0.55 | 0.25 |
| Hex | 1D | 65 | 29 | 47 | 0 | 3B | 3C | 82 | 37 | 19 |
| Octal | 35 | 145 | 51 | 107 | 0 | 73 | 74 | 202 | 67 | 31 |
| Binary | 11101 | 1100101 | 101001 | 1000111 | 0 | 111011 | 111100 | 10000010 | 110111 | 11001 |
Color Harmonies of #1D6529
Complementary color
Monochromatic Colors of #1D6529
Black with #1D6529
Text Example
Text Example
White with #1D6529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6529; }
p { color: rgb(29,101,41); }
H1.HeaderClassName
{
color: #1D6529;
}
.AnyTagClassName
{
color: #1D6529;
}
</style>
background-color css
<style>
a { background-color: #1D6529; }
a { background-color: rgb(29,101,41); }
div.DivClassName
{
background-color: #1D6529;
}
.BgClassName
{
background-color: #1D6529;
}
</style>
border-color css
<style>
span { border-color: #1D6529; }
span { border-color: rgb(29,101,41); }
td.TdClassName
{
border-color: #1D6529;
}
.TagClassName
{
border-color: #1D6529;
}
</style>