Shades of Camarone #1E6838
Tints of Camarone #1E6838
RGB
CMYK
RGB Variations
Color information
#1E6838 (or 0x1E6838) is known color: Camarone. HEX triplet: 1E, 68 and 38. RGB value is (30,104,56). Sum of RGB (Red+Green+Blue) = 30+104+56=190 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.79% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #1E6838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6838 is #E197C7. Grayscale: #4C4C4C. Windows color (decimal): -14784456 or 3696670. OLE color: 3696670.
HSL color Cylindrical-coordinate representation of color #1E6838: hue angle of 141.08º 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 #1E6838 is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 104 | 56 | - |
| CMYK | 0.71 | 0 | 0.46 | 0.59 |
| HSL | 141.08º | 0.55% | 0.26% | - |
| HSV(B) | 141.08º | 0.71% | 0.41% | - |
| XYZ | 6.2 | 10.46 | 5.43 | - |
| YUV | 76.4 | 116.48 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 104 | 56 | 0.71 | 0 | 0.46 | 0.59 | 141.08 | 0.55 | 0.26 |
| Hex | 1E | 68 | 38 | 47 | 0 | 2E | 3B | 8D | 37 | 1A |
| Octal | 36 | 150 | 70 | 107 | 0 | 56 | 73 | 215 | 67 | 32 |
| Binary | 11110 | 1101000 | 111000 | 1000111 | 0 | 101110 | 111011 | 10001101 | 110111 | 11010 |
Color Harmonies of #1E6838
Complementary color
Monochromatic Colors of #1E6838
Black with #1E6838
Text Example
Text Example
White with #1E6838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6838; }
p { color: rgb(30,104,56); }
H1.HeaderClassName
{
color: #1E6838;
}
.AnyTagClassName
{
color: #1E6838;
}
</style>
background-color css
<style>
a { background-color: #1E6838; }
a { background-color: rgb(30,104,56); }
div.DivClassName
{
background-color: #1E6838;
}
.BgClassName
{
background-color: #1E6838;
}
</style>
border-color css
<style>
span { border-color: #1E6838; }
span { border-color: rgb(30,104,56); }
td.TdClassName
{
border-color: #1E6838;
}
.TagClassName
{
border-color: #1E6838;
}
</style>