Shades of Camarone #1D773B
Tints of Camarone #1D773B
RGB
CMYK
RGB Variations
Color information
#1D773B (or 0x1D773B) is known color: Camarone. HEX triplet: 1D, 77 and 3B. RGB value is (29,119,59). Sum of RGB (Red+Green+Blue) = 29+119+59=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 119 (46.88% from 255 or 57.49% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 119 - color contains mainly: green. Hex color #1D773B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D773B is #E288C4. Grayscale: #555555. Windows color (decimal): -14846149 or 3897117. OLE color: 3897117.
HSL color Cylindrical-coordinate representation of color #1D773B: hue angle of 140º 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 #1D773B is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 119 | 59 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.53 |
| HSL | 140º | 0.61% | 0.29% | - |
| HSV(B) | 140º | 0.76% | 0.47% | - |
| XYZ | 7.89 | 13.77 | 6.38 | - |
| YUV | 85.25 | 113.18 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 119 | 59 | 0.76 | 0 | 0.50 | 0.53 | 140 | 0.61 | 0.29 |
| Hex | 1D | 77 | 3B | 4C | 0 | 32 | 35 | 8C | 3D | 1D |
| Octal | 35 | 167 | 73 | 114 | 0 | 62 | 65 | 214 | 75 | 35 |
| Binary | 11101 | 1110111 | 111011 | 1001100 | 0 | 110010 | 110101 | 10001100 | 111101 | 11101 |
Color Harmonies of #1D773B
Complementary color
Monochromatic Colors of #1D773B
Black with #1D773B
Text Example
Text Example
White with #1D773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D773B; }
p { color: rgb(29,119,59); }
H1.HeaderClassName
{
color: #1D773B;
}
.AnyTagClassName
{
color: #1D773B;
}
</style>
background-color css
<style>
a { background-color: #1D773B; }
a { background-color: rgb(29,119,59); }
div.DivClassName
{
background-color: #1D773B;
}
.BgClassName
{
background-color: #1D773B;
}
</style>
border-color css
<style>
span { border-color: #1D773B; }
span { border-color: rgb(29,119,59); }
td.TdClassName
{
border-color: #1D773B;
}
.TagClassName
{
border-color: #1D773B;
}
</style>