Shades of Bottle Green #2E4C3B
Tints of Bottle Green #2E4C3B
RGB
CMYK
RGB Variations
Color information
#2E4C3B (or 0x2E4C3B) is known color: Bottle Green. HEX triplet: 2E, 4C and 3B. RGB value is (46,76,59). Sum of RGB (Red+Green+Blue) = 46+76+59=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 76 - color contains mainly: green. Hex color #2E4C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4C3B is #D1B3C4. Grayscale: #414141. Windows color (decimal): -13743045 or 3886126. OLE color: 3886126.
HSL color Cylindrical-coordinate representation of color #2E4C3B: hue angle of 146º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E4C3B is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 76 | 59 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.70 |
| HSL | 146º | 0.25% | 0.24% | - |
| HSV(B) | 146º | 0.39% | 0.3% | - |
| XYZ | 4.5 | 6.07 | 5.07 | - |
| YUV | 65.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 76 | 59 | 0.39 | 0 | 0.22 | 0.70 | 146 | 0.25 | 0.24 |
| Hex | 2E | 4C | 3B | 27 | 0 | 16 | 46 | 92 | 19 | 18 |
| Octal | 56 | 114 | 73 | 47 | 0 | 26 | 106 | 222 | 31 | 30 |
| Binary | 101110 | 1001100 | 111011 | 100111 | 0 | 10110 | 1000110 | 10010010 | 11001 | 11000 |
Color Harmonies of #2E4C3B
Complementary color
Monochromatic Colors of #2E4C3B
Black with #2E4C3B
Text Example
Text Example
White with #2E4C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4C3B; }
p { color: rgb(46,76,59); }
H1.HeaderClassName
{
color: #2E4C3B;
}
.AnyTagClassName
{
color: #2E4C3B;
}
</style>
background-color css
<style>
a { background-color: #2E4C3B; }
a { background-color: rgb(46,76,59); }
div.DivClassName
{
background-color: #2E4C3B;
}
.BgClassName
{
background-color: #2E4C3B;
}
</style>
border-color css
<style>
span { border-color: #2E4C3B; }
span { border-color: rgb(46,76,59); }
td.TdClassName
{
border-color: #2E4C3B;
}
.TagClassName
{
border-color: #2E4C3B;
}
</style>