Shades of Camarone #0E8131
Tints of Camarone #0E8131
RGB
CMYK
RGB Variations
Color information
#0E8131 (or 0x0E8131) is known color: Camarone. HEX triplet: 0E, 81 and 31. RGB value is (14,129,49). Sum of RGB (Red+Green+Blue) = 14+129+49=192 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.29% from 192); Green value is 129 (50.78% from 255 or 67.19% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 129 - color contains mainly: green. Hex color #0E8131 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8131 is #F17ECE. Grayscale: #555555. Windows color (decimal): -15826639 or 3244302. OLE color: 3244302.
HSL color Cylindrical-coordinate representation of color #0E8131: hue angle of 138.26º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8131 is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 129 | 49 | - |
| CMYK | 0.89 | 0 | 0.62 | 0.49 |
| HSL | 138.26º | 0.8% | 0.28% | - |
| HSV(B) | 138.26º | 0.89% | 0.51% | - |
| XYZ | 8.59 | 16.02 | 5.54 | - |
| YUV | 85.5 | 107.4 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 129 | 49 | 0.89 | 0 | 0.62 | 0.49 | 138.26 | 0.8 | 0.28 |
| Hex | E | 81 | 31 | 59 | 0 | 3E | 31 | 8A | 50 | 1C |
| Octal | 16 | 201 | 61 | 131 | 0 | 76 | 61 | 212 | 120 | 34 |
| Binary | 1110 | 10000001 | 110001 | 1011001 | 0 | 111110 | 110001 | 10001010 | 1010000 | 11100 |
Color Harmonies of #0E8131
Complementary color
Monochromatic Colors of #0E8131
Black with #0E8131
Text Example
Text Example
White with #0E8131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8131; }
p { color: rgb(14,129,49); }
H1.HeaderClassName
{
color: #0E8131;
}
.AnyTagClassName
{
color: #0E8131;
}
</style>
background-color css
<style>
a { background-color: #0E8131; }
a { background-color: rgb(14,129,49); }
div.DivClassName
{
background-color: #0E8131;
}
.BgClassName
{
background-color: #0E8131;
}
</style>
border-color css
<style>
span { border-color: #0E8131; }
span { border-color: rgb(14,129,49); }
td.TdClassName
{
border-color: #0E8131;
}
.TagClassName
{
border-color: #0E8131;
}
</style>