Shades of Camarone #1E6239
Tints of Camarone #1E6239
RGB
CMYK
RGB Variations
Color information
#1E6239 (or 0x1E6239) is known color: Camarone. HEX triplet: 1E, 62 and 39. RGB value is (30,98,57). Sum of RGB (Red+Green+Blue) = 30+98+57=185 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.22% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #1E6239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6239 is #E19DC6. Grayscale: #494949. Windows color (decimal): -14785991 or 3760670. OLE color: 3760670.
HSL color Cylindrical-coordinate representation of color #1E6239: hue angle of 143.82º 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 #1E6239 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 98 | 57 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.62 |
| HSL | 143.82º | 0.53% | 0.25% | - |
| HSV(B) | 143.82º | 0.69% | 0.38% | - |
| XYZ | 5.64 | 9.31 | 5.37 | - |
| YUV | 72.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 98 | 57 | 0.69 | 0 | 0.42 | 0.62 | 143.82 | 0.53 | 0.25 |
| Hex | 1E | 62 | 39 | 45 | 0 | 2A | 3E | 90 | 35 | 19 |
| Octal | 36 | 142 | 71 | 105 | 0 | 52 | 76 | 220 | 65 | 31 |
| Binary | 11110 | 1100010 | 111001 | 1000101 | 0 | 101010 | 111110 | 10010000 | 110101 | 11001 |
Color Harmonies of #1E6239
Complementary color
Monochromatic Colors of #1E6239
Black with #1E6239
Text Example
Text Example
White with #1E6239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6239; }
p { color: rgb(30,98,57); }
H1.HeaderClassName
{
color: #1E6239;
}
.AnyTagClassName
{
color: #1E6239;
}
</style>
background-color css
<style>
a { background-color: #1E6239; }
a { background-color: rgb(30,98,57); }
div.DivClassName
{
background-color: #1E6239;
}
.BgClassName
{
background-color: #1E6239;
}
</style>
border-color css
<style>
span { border-color: #1E6239; }
span { border-color: rgb(30,98,57); }
td.TdClassName
{
border-color: #1E6239;
}
.TagClassName
{
border-color: #1E6239;
}
</style>