Shades of Camarone #1E7838
Tints of Camarone #1E7838
RGB
CMYK
RGB Variations
Color information
#1E7838 (or 0x1E7838) is known color: Camarone. HEX triplet: 1E, 78 and 38. RGB value is (30,120,56). Sum of RGB (Red+Green+Blue) = 30+120+56=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 120 (47.27% from 255 or 58.25% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 120 - color contains mainly: green. Hex color #1E7838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7838 is #E187C7. Grayscale: #555555. Windows color (decimal): -14780360 or 3700766. OLE color: 3700766.
HSL color Cylindrical-coordinate representation of color #1E7838: hue angle of 137.33º 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 #1E7838 is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 120 | 56 | - |
| CMYK | 0.75 | 0 | 0.53 | 0.53 |
| HSL | 137.33º | 0.6% | 0.29% | - |
| HSV(B) | 137.33º | 0.75% | 0.47% | - |
| XYZ | 7.97 | 13.99 | 6.02 | - |
| YUV | 85.79 | 111.18 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 120 | 56 | 0.75 | 0 | 0.53 | 0.53 | 137.33 | 0.6 | 0.29 |
| Hex | 1E | 78 | 38 | 4B | 0 | 35 | 35 | 89 | 3C | 1D |
| Octal | 36 | 170 | 70 | 113 | 0 | 65 | 65 | 211 | 74 | 35 |
| Binary | 11110 | 1111000 | 111000 | 1001011 | 0 | 110101 | 110101 | 10001001 | 111100 | 11101 |
Color Harmonies of #1E7838
Complementary color
Monochromatic Colors of #1E7838
Black with #1E7838
Text Example
Text Example
White with #1E7838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7838; }
p { color: rgb(30,120,56); }
H1.HeaderClassName
{
color: #1E7838;
}
.AnyTagClassName
{
color: #1E7838;
}
</style>
background-color css
<style>
a { background-color: #1E7838; }
a { background-color: rgb(30,120,56); }
div.DivClassName
{
background-color: #1E7838;
}
.BgClassName
{
background-color: #1E7838;
}
</style>
border-color css
<style>
span { border-color: #1E7838; }
span { border-color: rgb(30,120,56); }
td.TdClassName
{
border-color: #1E7838;
}
.TagClassName
{
border-color: #1E7838;
}
</style>