Shades of Camarone #1E7737
Tints of Camarone #1E7737
RGB
CMYK
RGB Variations
Color information
#1E7737 (or 0x1E7737) is known color: Camarone. HEX triplet: 1E, 77 and 37. RGB value is (30,119,55). Sum of RGB (Red+Green+Blue) = 30+119+55=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #1E7737 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7737 is #E188C8. Grayscale: #555555. Windows color (decimal): -14780617 or 3634974. OLE color: 3634974.
HSL color Cylindrical-coordinate representation of color #1E7737: hue angle of 136.85º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7737 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 119 | 55 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.53 |
| HSL | 136.85º | 0.6% | 0.29% | - |
| HSV(B) | 136.85º | 0.75% | 0.47% | - |
| XYZ | 7.82 | 13.75 | 5.86 | - |
| YUV | 85.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 119 | 55 | 0.75 | 0 | 0.54 | 0.53 | 136.85 | 0.6 | 0.29 |
| Hex | 1E | 77 | 37 | 4B | 0 | 36 | 35 | 89 | 3C | 1D |
| Octal | 36 | 167 | 67 | 113 | 0 | 66 | 65 | 211 | 74 | 35 |
| Binary | 11110 | 1110111 | 110111 | 1001011 | 0 | 110110 | 110101 | 10001001 | 111100 | 11101 |
Color Harmonies of #1E7737
Complementary color
Monochromatic Colors of #1E7737
Black with #1E7737
Text Example
Text Example
White with #1E7737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7737; }
p { color: rgb(30,119,55); }
H1.HeaderClassName
{
color: #1E7737;
}
.AnyTagClassName
{
color: #1E7737;
}
</style>
background-color css
<style>
a { background-color: #1E7737; }
a { background-color: rgb(30,119,55); }
div.DivClassName
{
background-color: #1E7737;
}
.BgClassName
{
background-color: #1E7737;
}
</style>
border-color css
<style>
span { border-color: #1E7737; }
span { border-color: rgb(30,119,55); }
td.TdClassName
{
border-color: #1E7737;
}
.TagClassName
{
border-color: #1E7737;
}
</style>