Shades of Camarone #1D6837
Tints of Camarone #1D6837
RGB
CMYK
RGB Variations
Color information
#1D6837 (or 0x1D6837) is known color: Camarone. HEX triplet: 1D, 68 and 37. RGB value is (29,104,55). Sum of RGB (Red+Green+Blue) = 29+104+55=188 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.43% from 188); Green value is 104 (41.02% from 255 or 55.32% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 104 - color contains mainly: green. Hex color #1D6837 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6837 is #E297C8. Grayscale: #4C4C4C. Windows color (decimal): -14849993 or 3631133. OLE color: 3631133.
HSL color Cylindrical-coordinate representation of color #1D6837: hue angle of 140.8º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D6837 is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 29 | 104 | 55 | - |
| CMYK | 0.72 | 0 | 0.47 | 0.59 |
| HSL | 140.8º | 0.56% | 0.26% | - |
| HSV(B) | 140.8º | 0.72% | 0.41% | - |
| XYZ | 6.15 | 10.44 | 5.31 | - |
| YUV | 75.99 | 116.15 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 104 | 55 | 0.72 | 0 | 0.47 | 0.59 | 140.8 | 0.56 | 0.26 |
| Hex | 1D | 68 | 37 | 48 | 0 | 2F | 3B | 8D | 38 | 1A |
| Octal | 35 | 150 | 67 | 110 | 0 | 57 | 73 | 215 | 70 | 32 |
| Binary | 11101 | 1101000 | 110111 | 1001000 | 0 | 101111 | 111011 | 10001101 | 111000 | 11010 |
Color Harmonies of #1D6837
Complementary color
Monochromatic Colors of #1D6837
Black with #1D6837
Text Example
Text Example
White with #1D6837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6837; }
p { color: rgb(29,104,55); }
H1.HeaderClassName
{
color: #1D6837;
}
.AnyTagClassName
{
color: #1D6837;
}
</style>
background-color css
<style>
a { background-color: #1D6837; }
a { background-color: rgb(29,104,55); }
div.DivClassName
{
background-color: #1D6837;
}
.BgClassName
{
background-color: #1D6837;
}
</style>
border-color css
<style>
span { border-color: #1D6837; }
span { border-color: rgb(29,104,55); }
td.TdClassName
{
border-color: #1D6837;
}
.TagClassName
{
border-color: #1D6837;
}
</style>