Shades of Camarone #1E6836
Tints of Camarone #1E6836
RGB
CMYK
RGB Variations
Color information
#1E6836 (or 0x1E6836) is known color: Camarone. HEX triplet: 1E, 68 and 36. RGB value is (30,104,54). Sum of RGB (Red+Green+Blue) = 30+104+54=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 104 (41.02% from 255 or 55.32% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 104 - color contains mainly: green. Hex color #1E6836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6836 is #E197C9. Grayscale: #4C4C4C. Windows color (decimal): -14784458 or 3565598. OLE color: 3565598.
HSL color Cylindrical-coordinate representation of color #1E6836: hue angle of 139.46º degrees, saturation: 0.55, 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 #1E6836 is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 104 | 54 | - |
| CMYK | 0.71 | 0 | 0.48 | 0.59 |
| HSL | 139.46º | 0.55% | 0.26% | - |
| HSV(B) | 139.46º | 0.71% | 0.41% | - |
| XYZ | 6.15 | 10.44 | 5.18 | - |
| YUV | 76.17 | 115.48 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 104 | 54 | 0.71 | 0 | 0.48 | 0.59 | 139.46 | 0.55 | 0.26 |
| Hex | 1E | 68 | 36 | 47 | 0 | 30 | 3B | 8B | 37 | 1A |
| Octal | 36 | 150 | 66 | 107 | 0 | 60 | 73 | 213 | 67 | 32 |
| Binary | 11110 | 1101000 | 110110 | 1000111 | 0 | 110000 | 111011 | 10001011 | 110111 | 11010 |
Color Harmonies of #1E6836
Complementary color
Monochromatic Colors of #1E6836
Black with #1E6836
Text Example
Text Example
White with #1E6836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6836; }
p { color: rgb(30,104,54); }
H1.HeaderClassName
{
color: #1E6836;
}
.AnyTagClassName
{
color: #1E6836;
}
</style>
background-color css
<style>
a { background-color: #1E6836; }
a { background-color: rgb(30,104,54); }
div.DivClassName
{
background-color: #1E6836;
}
.BgClassName
{
background-color: #1E6836;
}
</style>
border-color css
<style>
span { border-color: #1E6836; }
span { border-color: rgb(30,104,54); }
td.TdClassName
{
border-color: #1E6836;
}
.TagClassName
{
border-color: #1E6836;
}
</style>