Shades of Camarone #2E7242
Tints of Camarone #2E7242
RGB
CMYK
RGB Variations
Color information
#2E7242 (or 0x2E7242) is known color: Camarone. HEX triplet: 2E, 72 and 42. RGB value is (46,114,66). Sum of RGB (Red+Green+Blue) = 46+114+66=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #2E7242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7242 is #D18DBD. Grayscale: #585858. Windows color (decimal): -13733310 or 4354606. OLE color: 4354606.
HSL color Cylindrical-coordinate representation of color #2E7242: hue angle of 137.65º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E7242 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 114 | 66 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.55 |
| HSL | 137.65º | 0.43% | 0.31% | - |
| HSV(B) | 137.65º | 0.6% | 0.45% | - |
| XYZ | 8.13 | 13.01 | 7.24 | - |
| YUV | 88.2 | 115.47 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 66 | 0.60 | 0 | 0.42 | 0.55 | 137.65 | 0.43 | 0.31 |
| Hex | 2E | 72 | 42 | 3C | 0 | 2A | 37 | 8A | 2A | 1F |
| Octal | 56 | 162 | 102 | 74 | 0 | 52 | 67 | 212 | 52 | 37 |
| Binary | 101110 | 1110010 | 1000010 | 111100 | 0 | 101010 | 110111 | 10001010 | 101010 | 11111 |
Color Harmonies of #2E7242
Complementary color
Monochromatic Colors of #2E7242
Black with #2E7242
Text Example
Text Example
White with #2E7242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7242; }
p { color: rgb(46,114,66); }
H1.HeaderClassName
{
color: #2E7242;
}
.AnyTagClassName
{
color: #2E7242;
}
</style>
background-color css
<style>
a { background-color: #2E7242; }
a { background-color: rgb(46,114,66); }
div.DivClassName
{
background-color: #2E7242;
}
.BgClassName
{
background-color: #2E7242;
}
</style>
border-color css
<style>
span { border-color: #2E7242; }
span { border-color: rgb(46,114,66); }
td.TdClassName
{
border-color: #2E7242;
}
.TagClassName
{
border-color: #2E7242;
}
</style>