Shades of Camarone #1E693A
Tints of Camarone #1E693A
RGB
CMYK
RGB Variations
Color information
#1E693A (or 0x1E693A) is known color: Camarone. HEX triplet: 1E, 69 and 3A. RGB value is (30,105,58). Sum of RGB (Red+Green+Blue) = 30+105+58=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #1E693A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E693A is #E196C5. Grayscale: #4D4D4D. Windows color (decimal): -14784198 or 3827998. OLE color: 3827998.
HSL color Cylindrical-coordinate representation of color #1E693A: hue angle of 142.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E693A is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 105 | 58 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.59 |
| HSL | 142.4º | 0.56% | 0.26% | - |
| HSV(B) | 142.4º | 0.71% | 0.41% | - |
| XYZ | 6.35 | 10.68 | 5.73 | - |
| YUV | 77.22 | 117.15 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 105 | 58 | 0.71 | 0 | 0.45 | 0.59 | 142.4 | 0.56 | 0.26 |
| Hex | 1E | 69 | 3A | 47 | 0 | 2D | 3B | 8E | 38 | 1A |
| Octal | 36 | 151 | 72 | 107 | 0 | 55 | 73 | 216 | 70 | 32 |
| Binary | 11110 | 1101001 | 111010 | 1000111 | 0 | 101101 | 111011 | 10001110 | 111000 | 11010 |
Color Harmonies of #1E693A
Complementary color
Monochromatic Colors of #1E693A
Black with #1E693A
Text Example
Text Example
White with #1E693A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E693A; }
p { color: rgb(30,105,58); }
H1.HeaderClassName
{
color: #1E693A;
}
.AnyTagClassName
{
color: #1E693A;
}
</style>
background-color css
<style>
a { background-color: #1E693A; }
a { background-color: rgb(30,105,58); }
div.DivClassName
{
background-color: #1E693A;
}
.BgClassName
{
background-color: #1E693A;
}
</style>
border-color css
<style>
span { border-color: #1E693A; }
span { border-color: rgb(30,105,58); }
td.TdClassName
{
border-color: #1E693A;
}
.TagClassName
{
border-color: #1E693A;
}
</style>