Shades of Camarone #1E6930
Tints of Camarone #1E6930
RGB
CMYK
RGB Variations
Color information
#1E6930 (or 0x1E6930) is known color: Camarone. HEX triplet: 1E, 69 and 30. RGB value is (30,105,48). Sum of RGB (Red+Green+Blue) = 30+105+48=183 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.39% from 183); Green value is 105 (41.41% from 255 or 57.38% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 105 - color contains mainly: green. Hex color #1E6930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6930 is #E196CF. Grayscale: #4C4C4C. Windows color (decimal): -14784208 or 3172638. OLE color: 3172638.
HSL color Cylindrical-coordinate representation of color #1E6930: hue angle of 134.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 #1E6930 is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 105 | 48 | - |
| CMYK | 0.71 | 0 | 0.54 | 0.59 |
| HSL | 134.4º | 0.56% | 0.26% | - |
| HSV(B) | 134.4º | 0.71% | 0.41% | - |
| XYZ | 6.12 | 10.59 | 4.52 | - |
| YUV | 76.08 | 112.15 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 105 | 48 | 0.71 | 0 | 0.54 | 0.59 | 134.4 | 0.56 | 0.26 |
| Hex | 1E | 69 | 30 | 47 | 0 | 36 | 3B | 86 | 38 | 1A |
| Octal | 36 | 151 | 60 | 107 | 0 | 66 | 73 | 206 | 70 | 32 |
| Binary | 11110 | 1101001 | 110000 | 1000111 | 0 | 110110 | 111011 | 10000110 | 111000 | 11010 |
Color Harmonies of #1E6930
Complementary color
Monochromatic Colors of #1E6930
Black with #1E6930
Text Example
Text Example
White with #1E6930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6930; }
p { color: rgb(30,105,48); }
H1.HeaderClassName
{
color: #1E6930;
}
.AnyTagClassName
{
color: #1E6930;
}
</style>
background-color css
<style>
a { background-color: #1E6930; }
a { background-color: rgb(30,105,48); }
div.DivClassName
{
background-color: #1E6930;
}
.BgClassName
{
background-color: #1E6930;
}
</style>
border-color css
<style>
span { border-color: #1E6930; }
span { border-color: rgb(30,105,48); }
td.TdClassName
{
border-color: #1E6930;
}
.TagClassName
{
border-color: #1E6930;
}
</style>