Shades of Camarone #1E6C31
Tints of Camarone #1E6C31
RGB
CMYK
RGB Variations
Color information
#1E6C31 (or 0x1E6C31) is known color: Camarone. HEX triplet: 1E, 6C and 31. RGB value is (30,108,49). Sum of RGB (Red+Green+Blue) = 30+108+49=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 108 (42.58% from 255 or 57.75% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 108 - color contains mainly: green. Hex color #1E6C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6C31 is #E193CE. Grayscale: #4E4E4E. Windows color (decimal): -14783439 or 3238942. OLE color: 3238942.
HSL color Cylindrical-coordinate representation of color #1E6C31: hue angle of 134.62º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6C31 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 108 | 49 | - |
| CMYK | 0.72 | 0 | 0.55 | 0.58 |
| HSL | 134.62º | 0.57% | 0.27% | - |
| HSV(B) | 134.62º | 0.72% | 0.42% | - |
| XYZ | 6.45 | 11.22 | 4.73 | - |
| YUV | 77.95 | 111.66 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 108 | 49 | 0.72 | 0 | 0.55 | 0.58 | 134.62 | 0.57 | 0.27 |
| Hex | 1E | 6C | 31 | 48 | 0 | 37 | 3A | 87 | 39 | 1B |
| Octal | 36 | 154 | 61 | 110 | 0 | 67 | 72 | 207 | 71 | 33 |
| Binary | 11110 | 1101100 | 110001 | 1001000 | 0 | 110111 | 111010 | 10000111 | 111001 | 11011 |
Color Harmonies of #1E6C31
Complementary color
Monochromatic Colors of #1E6C31
Black with #1E6C31
Text Example
Text Example
White with #1E6C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6C31; }
p { color: rgb(30,108,49); }
H1.HeaderClassName
{
color: #1E6C31;
}
.AnyTagClassName
{
color: #1E6C31;
}
</style>
background-color css
<style>
a { background-color: #1E6C31; }
a { background-color: rgb(30,108,49); }
div.DivClassName
{
background-color: #1E6C31;
}
.BgClassName
{
background-color: #1E6C31;
}
</style>
border-color css
<style>
span { border-color: #1E6C31; }
span { border-color: rgb(30,108,49); }
td.TdClassName
{
border-color: #1E6C31;
}
.TagClassName
{
border-color: #1E6C31;
}
</style>