Shades of Camarone #2E6B3E
Tints of Camarone #2E6B3E
RGB
CMYK
RGB Variations
Color information
#2E6B3E (or 0x2E6B3E) is known color: Camarone. HEX triplet: 2E, 6B and 3E. RGB value is (46,107,62). Sum of RGB (Red+Green+Blue) = 46+107+62=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 107 (42.19% from 255 or 49.77% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6B3E is #D194C1. Grayscale: #535353. Windows color (decimal): -13735106 or 4090670. OLE color: 4090670.
HSL color Cylindrical-coordinate representation of color #2E6B3E: hue angle of 135.74º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E6B3E is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 107 | 62 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.58 |
| HSL | 135.74º | 0.4% | 0.3% | - |
| HSV(B) | 135.74º | 0.57% | 0.42% | - |
| XYZ | 7.25 | 11.44 | 6.38 | - |
| YUV | 83.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 62 | 0.57 | 0 | 0.42 | 0.58 | 135.74 | 0.4 | 0.3 |
| Hex | 2E | 6B | 3E | 39 | 0 | 2A | 3A | 88 | 28 | 1E |
| Octal | 56 | 153 | 76 | 71 | 0 | 52 | 72 | 210 | 50 | 36 |
| Binary | 101110 | 1101011 | 111110 | 111001 | 0 | 101010 | 111010 | 10001000 | 101000 | 11110 |
Color Harmonies of #2E6B3E
Complementary color
Monochromatic Colors of #2E6B3E
Black with #2E6B3E
Text Example
Text Example
White with #2E6B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6B3E; }
p { color: rgb(46,107,62); }
H1.HeaderClassName
{
color: #2E6B3E;
}
.AnyTagClassName
{
color: #2E6B3E;
}
</style>
background-color css
<style>
a { background-color: #2E6B3E; }
a { background-color: rgb(46,107,62); }
div.DivClassName
{
background-color: #2E6B3E;
}
.BgClassName
{
background-color: #2E6B3E;
}
</style>
border-color css
<style>
span { border-color: #2E6B3E; }
span { border-color: rgb(46,107,62); }
td.TdClassName
{
border-color: #2E6B3E;
}
.TagClassName
{
border-color: #2E6B3E;
}
</style>