Shades of Camarone #1D772E
Tints of Camarone #1D772E
RGB
CMYK
RGB Variations
Color information
#1D772E (or 0x1D772E) is known color: Camarone. HEX triplet: 1D, 77 and 2E. RGB value is (29,119,46). Sum of RGB (Red+Green+Blue) = 29+119+46=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #1D772E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D772E is #E288D1. Grayscale: #535353. Windows color (decimal): -14846162 or 3045149. OLE color: 3045149.
HSL color Cylindrical-coordinate representation of color #1D772E: hue angle of 131.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D772E is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 119 | 46 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.53 |
| HSL | 131.33º | 0.61% | 0.29% | - |
| HSV(B) | 131.33º | 0.76% | 0.47% | - |
| XYZ | 7.6 | 13.65 | 4.82 | - |
| YUV | 83.77 | 106.68 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 119 | 46 | 0.76 | 0 | 0.61 | 0.53 | 131.33 | 0.61 | 0.29 |
| Hex | 1D | 77 | 2E | 4C | 0 | 3D | 35 | 83 | 3D | 1D |
| Octal | 35 | 167 | 56 | 114 | 0 | 75 | 65 | 203 | 75 | 35 |
| Binary | 11101 | 1110111 | 101110 | 1001100 | 0 | 111101 | 110101 | 10000011 | 111101 | 11101 |
Color Harmonies of #1D772E
Complementary color
Monochromatic Colors of #1D772E
Black with #1D772E
Text Example
Text Example
White with #1D772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D772E; }
p { color: rgb(29,119,46); }
H1.HeaderClassName
{
color: #1D772E;
}
.AnyTagClassName
{
color: #1D772E;
}
</style>
background-color css
<style>
a { background-color: #1D772E; }
a { background-color: rgb(29,119,46); }
div.DivClassName
{
background-color: #1D772E;
}
.BgClassName
{
background-color: #1D772E;
}
</style>
border-color css
<style>
span { border-color: #1D772E; }
span { border-color: rgb(29,119,46); }
td.TdClassName
{
border-color: #1D772E;
}
.TagClassName
{
border-color: #1D772E;
}
</style>