Shades of Camarone #1E6237
Tints of Camarone #1E6237
RGB
CMYK
RGB Variations
Color information
#1E6237 (or 0x1E6237) is known color: Camarone. HEX triplet: 1E, 62 and 37. RGB value is (30,98,55). Sum of RGB (Red+Green+Blue) = 30+98+55=183 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.39% from 183); Green value is 98 (38.67% from 255 or 53.55% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 98 - color contains mainly: green. Hex color #1E6237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6237 is #E19DC8. Grayscale: #484848. Windows color (decimal): -14785993 or 3629598. OLE color: 3629598.
HSL color Cylindrical-coordinate representation of color #1E6237: hue angle of 142.06º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E6237 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 98 | 55 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.62 |
| HSL | 142.06º | 0.53% | 0.25% | - |
| HSV(B) | 142.06º | 0.69% | 0.38% | - |
| XYZ | 5.59 | 9.29 | 5.11 | - |
| YUV | 72.77 | 117.97 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 98 | 55 | 0.69 | 0 | 0.44 | 0.62 | 142.06 | 0.53 | 0.25 |
| Hex | 1E | 62 | 37 | 45 | 0 | 2C | 3E | 8E | 35 | 19 |
| Octal | 36 | 142 | 67 | 105 | 0 | 54 | 76 | 216 | 65 | 31 |
| Binary | 11110 | 1100010 | 110111 | 1000101 | 0 | 101100 | 111110 | 10001110 | 110101 | 11001 |
Color Harmonies of #1E6237
Complementary color
Monochromatic Colors of #1E6237
Black with #1E6237
Text Example
Text Example
White with #1E6237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6237; }
p { color: rgb(30,98,55); }
H1.HeaderClassName
{
color: #1E6237;
}
.AnyTagClassName
{
color: #1E6237;
}
</style>
background-color css
<style>
a { background-color: #1E6237; }
a { background-color: rgb(30,98,55); }
div.DivClassName
{
background-color: #1E6237;
}
.BgClassName
{
background-color: #1E6237;
}
</style>
border-color css
<style>
span { border-color: #1E6237; }
span { border-color: rgb(30,98,55); }
td.TdClassName
{
border-color: #1E6237;
}
.TagClassName
{
border-color: #1E6237;
}
</style>