Shades of Camarone #1E7C37
Tints of Camarone #1E7C37
RGB
CMYK
RGB Variations
Color information
#1E7C37 (or 0x1E7C37) is known color: Camarone. HEX triplet: 1E, 7C and 37. RGB value is (30,124,55). Sum of RGB (Red+Green+Blue) = 30+124+55=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 124 (48.83% from 255 or 59.33% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 124 - color contains mainly: green. Hex color #1E7C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7C37 is #E183C8. Grayscale: #585858. Windows color (decimal): -14779337 or 3636254. OLE color: 3636254.
HSL color Cylindrical-coordinate representation of color #1E7C37: hue angle of 135.96º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7C37 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 124 | 55 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.51 |
| HSL | 135.96º | 0.61% | 0.3% | - |
| HSV(B) | 135.96º | 0.76% | 0.49% | - |
| XYZ | 8.43 | 14.97 | 6.06 | - |
| YUV | 88.03 | 109.36 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 124 | 55 | 0.76 | 0 | 0.56 | 0.51 | 135.96 | 0.61 | 0.3 |
| Hex | 1E | 7C | 37 | 4C | 0 | 38 | 33 | 88 | 3D | 1E |
| Octal | 36 | 174 | 67 | 114 | 0 | 70 | 63 | 210 | 75 | 36 |
| Binary | 11110 | 1111100 | 110111 | 1001100 | 0 | 111000 | 110011 | 10001000 | 111101 | 11110 |
Color Harmonies of #1E7C37
Complementary color
Monochromatic Colors of #1E7C37
Black with #1E7C37
Text Example
Text Example
White with #1E7C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7C37; }
p { color: rgb(30,124,55); }
H1.HeaderClassName
{
color: #1E7C37;
}
.AnyTagClassName
{
color: #1E7C37;
}
</style>
background-color css
<style>
a { background-color: #1E7C37; }
a { background-color: rgb(30,124,55); }
div.DivClassName
{
background-color: #1E7C37;
}
.BgClassName
{
background-color: #1E7C37;
}
</style>
border-color css
<style>
span { border-color: #1E7C37; }
span { border-color: rgb(30,124,55); }
td.TdClassName
{
border-color: #1E7C37;
}
.TagClassName
{
border-color: #1E7C37;
}
</style>