Shades of Camarone #1E6E39
Tints of Camarone #1E6E39
RGB
CMYK
RGB Variations
Color information
#1E6E39 (or 0x1E6E39) is known color: Camarone. HEX triplet: 1E, 6E and 39. RGB value is (30,110,57). Sum of RGB (Red+Green+Blue) = 30+110+57=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 110 (43.36% from 255 or 55.84% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 110 - color contains mainly: green. Hex color #1E6E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6E39 is #E191C6. Grayscale: #505050. Windows color (decimal): -14782919 or 3763742. OLE color: 3763742.
HSL color Cylindrical-coordinate representation of color #1E6E39: hue angle of 140.25º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E6E39 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 30 | 110 | 57 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.57 |
| HSL | 140.25º | 0.57% | 0.27% | - |
| HSV(B) | 140.25º | 0.73% | 0.43% | - |
| XYZ | 6.85 | 11.72 | 5.77 | - |
| YUV | 80.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 110 | 57 | 0.73 | 0 | 0.48 | 0.57 | 140.25 | 0.57 | 0.27 |
| Hex | 1E | 6E | 39 | 49 | 0 | 30 | 39 | 8C | 39 | 1B |
| Octal | 36 | 156 | 71 | 111 | 0 | 60 | 71 | 214 | 71 | 33 |
| Binary | 11110 | 1101110 | 111001 | 1001001 | 0 | 110000 | 111001 | 10001100 | 111001 | 11011 |
Color Harmonies of #1E6E39
Complementary color
Monochromatic Colors of #1E6E39
Black with #1E6E39
Text Example
Text Example
White with #1E6E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6E39; }
p { color: rgb(30,110,57); }
H1.HeaderClassName
{
color: #1E6E39;
}
.AnyTagClassName
{
color: #1E6E39;
}
</style>
background-color css
<style>
a { background-color: #1E6E39; }
a { background-color: rgb(30,110,57); }
div.DivClassName
{
background-color: #1E6E39;
}
.BgClassName
{
background-color: #1E6E39;
}
</style>
border-color css
<style>
span { border-color: #1E6E39; }
span { border-color: rgb(30,110,57); }
td.TdClassName
{
border-color: #1E6E39;
}
.TagClassName
{
border-color: #1E6E39;
}
</style>