Shades of Camarone #1D7F35
Tints of Camarone #1D7F35
RGB
CMYK
RGB Variations
Color information
#1D7F35 (or 0x1D7F35) is known color: Camarone. HEX triplet: 1D, 7F and 35. RGB value is (29,127,53). Sum of RGB (Red+Green+Blue) = 29+127+53=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 127 (50% from 255 or 60.77% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 127 - color contains mainly: green. Hex color #1D7F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7F35 is #E280CA. Grayscale: #595959. Windows color (decimal): -14844107 or 3505949. OLE color: 3505949.
HSL color Cylindrical-coordinate representation of color #1D7F35: hue angle of 134.69º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7F35 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 127 | 53 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.50 |
| HSL | 134.69º | 0.63% | 0.31% | - |
| HSV(B) | 134.69º | 0.77% | 0.5% | - |
| XYZ | 8.74 | 15.7 | 5.94 | - |
| YUV | 89.26 | 107.53 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 127 | 53 | 0.77 | 0 | 0.58 | 0.50 | 134.69 | 0.63 | 0.31 |
| Hex | 1D | 7F | 35 | 4D | 0 | 3A | 32 | 87 | 3F | 1F |
| Octal | 35 | 177 | 65 | 115 | 0 | 72 | 62 | 207 | 77 | 37 |
| Binary | 11101 | 1111111 | 110101 | 1001101 | 0 | 111010 | 110010 | 10000111 | 111111 | 11111 |
Color Harmonies of #1D7F35
Complementary color
Monochromatic Colors of #1D7F35
Black with #1D7F35
Text Example
Text Example
White with #1D7F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7F35; }
p { color: rgb(29,127,53); }
H1.HeaderClassName
{
color: #1D7F35;
}
.AnyTagClassName
{
color: #1D7F35;
}
</style>
background-color css
<style>
a { background-color: #1D7F35; }
a { background-color: rgb(29,127,53); }
div.DivClassName
{
background-color: #1D7F35;
}
.BgClassName
{
background-color: #1D7F35;
}
</style>
border-color css
<style>
span { border-color: #1D7F35; }
span { border-color: rgb(29,127,53); }
td.TdClassName
{
border-color: #1D7F35;
}
.TagClassName
{
border-color: #1D7F35;
}
</style>