Shades of Camarone #0E7A28
Tints of Camarone #0E7A28
RGB
CMYK
RGB Variations
Color information
#0E7A28 (or 0x0E7A28) is known color: Camarone. HEX triplet: 0E, 7A and 28. RGB value is (14,122,40). Sum of RGB (Red+Green+Blue) = 14+122+40=176 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.95% from 176); Green value is 122 (48.05% from 255 or 69.32% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 122 - color contains mainly: green. Hex color #0E7A28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7A28 is #F185D7. Grayscale: #505050. Windows color (decimal): -15828440 or 2652686. OLE color: 2652686.
HSL color Cylindrical-coordinate representation of color #0E7A28: hue angle of 134.44º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7A28 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 122 | 40 | - |
| CMYK | 0.89 | 0 | 0.67 | 0.52 |
| HSL | 134.44º | 0.79% | 0.27% | - |
| HSV(B) | 134.44º | 0.89% | 0.48% | - |
| XYZ | 7.52 | 14.17 | 4.35 | - |
| YUV | 80.36 | 105.22 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 122 | 40 | 0.89 | 0 | 0.67 | 0.52 | 134.44 | 0.79 | 0.27 |
| Hex | E | 7A | 28 | 59 | 0 | 43 | 34 | 86 | 4F | 1B |
| Octal | 16 | 172 | 50 | 131 | 0 | 103 | 64 | 206 | 117 | 33 |
| Binary | 1110 | 1111010 | 101000 | 1011001 | 0 | 1000011 | 110100 | 10000110 | 1001111 | 11011 |
Color Harmonies of #0E7A28
Complementary color
Monochromatic Colors of #0E7A28
Black with #0E7A28
Text Example
Text Example
White with #0E7A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7A28; }
p { color: rgb(14,122,40); }
H1.HeaderClassName
{
color: #0E7A28;
}
.AnyTagClassName
{
color: #0E7A28;
}
</style>
background-color css
<style>
a { background-color: #0E7A28; }
a { background-color: rgb(14,122,40); }
div.DivClassName
{
background-color: #0E7A28;
}
.BgClassName
{
background-color: #0E7A28;
}
</style>
border-color css
<style>
span { border-color: #0E7A28; }
span { border-color: rgb(14,122,40); }
td.TdClassName
{
border-color: #0E7A28;
}
.TagClassName
{
border-color: #0E7A28;
}
</style>