Shades of Camarone #1E7832
Tints of Camarone #1E7832
RGB
CMYK
RGB Variations
Color information
#1E7832 (or 0x1E7832) is known color: Camarone. HEX triplet: 1E, 78 and 32. RGB value is (30,120,50). Sum of RGB (Red+Green+Blue) = 30+120+50=200 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15% from 200); Green value is 120 (47.27% from 255 or 60% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 120 - color contains mainly: green. Hex color #1E7832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7832 is #E187CD. Grayscale: #555555. Windows color (decimal): -14780366 or 3307550. OLE color: 3307550.
HSL color Cylindrical-coordinate representation of color #1E7832: hue angle of 133.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 #1E7832 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 120 | 50 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.53 |
| HSL | 133.33º | 0.6% | 0.29% | - |
| HSV(B) | 133.33º | 0.75% | 0.47% | - |
| XYZ | 7.83 | 13.94 | 5.3 | - |
| YUV | 85.11 | 108.18 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 120 | 50 | 0.75 | 0 | 0.58 | 0.53 | 133.33 | 0.6 | 0.29 |
| Hex | 1E | 78 | 32 | 4B | 0 | 3A | 35 | 85 | 3C | 1D |
| Octal | 36 | 170 | 62 | 113 | 0 | 72 | 65 | 205 | 74 | 35 |
| Binary | 11110 | 1111000 | 110010 | 1001011 | 0 | 111010 | 110101 | 10000101 | 111100 | 11101 |
Color Harmonies of #1E7832
Complementary color
Monochromatic Colors of #1E7832
Black with #1E7832
Text Example
Text Example
White with #1E7832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7832; }
p { color: rgb(30,120,50); }
H1.HeaderClassName
{
color: #1E7832;
}
.AnyTagClassName
{
color: #1E7832;
}
</style>
background-color css
<style>
a { background-color: #1E7832; }
a { background-color: rgb(30,120,50); }
div.DivClassName
{
background-color: #1E7832;
}
.BgClassName
{
background-color: #1E7832;
}
</style>
border-color css
<style>
span { border-color: #1E7832; }
span { border-color: rgb(30,120,50); }
td.TdClassName
{
border-color: #1E7832;
}
.TagClassName
{
border-color: #1E7832;
}
</style>