Shades of Bottle Green #2E4F3E
Tints of Bottle Green #2E4F3E
RGB
CMYK
RGB Variations
Color information
#2E4F3E (or 0x2E4F3E) is known color: Bottle Green. HEX triplet: 2E, 4F and 3E. RGB value is (46,79,62). Sum of RGB (Red+Green+Blue) = 46+79+62=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #2E4F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4F3E is #D1B0C1. Grayscale: #434343. Windows color (decimal): -13742274 or 4083502. OLE color: 4083502.
HSL color Cylindrical-coordinate representation of color #2E4F3E: hue angle of 149.09º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E4F3E is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 79 | 62 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.69 |
| HSL | 149.09º | 0.26% | 0.25% | - |
| HSV(B) | 149.09º | 0.42% | 0.31% | - |
| XYZ | 4.79 | 6.52 | 5.56 | - |
| YUV | 67.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 79 | 62 | 0.42 | 0 | 0.22 | 0.69 | 149.09 | 0.26 | 0.25 |
| Hex | 2E | 4F | 3E | 2A | 0 | 16 | 45 | 95 | 1A | 19 |
| Octal | 56 | 117 | 76 | 52 | 0 | 26 | 105 | 225 | 32 | 31 |
| Binary | 101110 | 1001111 | 111110 | 101010 | 0 | 10110 | 1000101 | 10010101 | 11010 | 11001 |
Color Harmonies of #2E4F3E
Complementary color
Monochromatic Colors of #2E4F3E
Black with #2E4F3E
Text Example
Text Example
White with #2E4F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4F3E; }
p { color: rgb(46,79,62); }
H1.HeaderClassName
{
color: #2E4F3E;
}
.AnyTagClassName
{
color: #2E4F3E;
}
</style>
background-color css
<style>
a { background-color: #2E4F3E; }
a { background-color: rgb(46,79,62); }
div.DivClassName
{
background-color: #2E4F3E;
}
.BgClassName
{
background-color: #2E4F3E;
}
</style>
border-color css
<style>
span { border-color: #2E4F3E; }
span { border-color: rgb(46,79,62); }
td.TdClassName
{
border-color: #2E4F3E;
}
.TagClassName
{
border-color: #2E4F3E;
}
</style>