Shades of Camarone #2E7144
Tints of Camarone #2E7144
RGB
CMYK
RGB Variations
Color information
#2E7144 (or 0x2E7144) is known color: Camarone. HEX triplet: 2E, 71 and 44. RGB value is (46,113,68). Sum of RGB (Red+Green+Blue) = 46+113+68=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7144 is #D18EBB. Grayscale: #575757. Windows color (decimal): -13733564 or 4485422. OLE color: 4485422.
HSL color Cylindrical-coordinate representation of color #2E7144: hue angle of 139.7º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E7144 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 113 | 68 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.56 |
| HSL | 139.7º | 0.42% | 0.31% | - |
| HSV(B) | 139.7º | 0.59% | 0.44% | - |
| XYZ | 8.08 | 12.81 | 7.52 | - |
| YUV | 87.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 68 | 0.59 | 0 | 0.40 | 0.56 | 139.7 | 0.42 | 0.31 |
| Hex | 2E | 71 | 44 | 3B | 0 | 28 | 38 | 8C | 2A | 1F |
| Octal | 56 | 161 | 104 | 73 | 0 | 50 | 70 | 214 | 52 | 37 |
| Binary | 101110 | 1110001 | 1000100 | 111011 | 0 | 101000 | 111000 | 10001100 | 101010 | 11111 |
Color Harmonies of #2E7144
Complementary color
Monochromatic Colors of #2E7144
Black with #2E7144
Text Example
Text Example
White with #2E7144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7144; }
p { color: rgb(46,113,68); }
H1.HeaderClassName
{
color: #2E7144;
}
.AnyTagClassName
{
color: #2E7144;
}
</style>
background-color css
<style>
a { background-color: #2E7144; }
a { background-color: rgb(46,113,68); }
div.DivClassName
{
background-color: #2E7144;
}
.BgClassName
{
background-color: #2E7144;
}
</style>
border-color css
<style>
span { border-color: #2E7144; }
span { border-color: rgb(46,113,68); }
td.TdClassName
{
border-color: #2E7144;
}
.TagClassName
{
border-color: #2E7144;
}
</style>