Shades of Gordons Green #2E312E
Tints of Gordons Green #2E312E
RGB
CMYK
RGB Variations
Color information
#2E312E (or 0x2E312E) is known color: Gordons Green. HEX triplet: 2E, 31 and 2E. RGB value is (46,49,46). Sum of RGB (Red+Green+Blue) = 46+49+46=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 49 - color contains mainly: green. Hex color #2E312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E312E is #D1CED1. Grayscale: #2F2F2F. Windows color (decimal): -13749970 or 3027246. OLE color: 3027246.
HSL color Cylindrical-coordinate representation of color #2E312E: hue angle of 120º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #2E312E is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 49 | 46 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.81 |
| HSL | 120º | 0.03% | 0.19% | - |
| HSV(B) | 120º | 0.06% | 0.19% | - |
| XYZ | 2.72 | 2.97 | 3.02 | - |
| YUV | 47.76 | 127.01 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 49 | 46 | 0.06 | 0 | 0.06 | 0.81 | 120 | 0.03 | 0.19 |
| Hex | 2E | 31 | 2E | 6 | 0 | 6 | 51 | 78 | 3 | 13 |
| Octal | 56 | 61 | 56 | 6 | 0 | 6 | 121 | 170 | 3 | 23 |
| Binary | 101110 | 110001 | 101110 | 110 | 0 | 110 | 1010001 | 1111000 | 11 | 10011 |
Color Harmonies of #2E312E
Complementary color
Monochromatic Colors of #2E312E
Black with #2E312E
Text Example
Text Example
White with #2E312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E312E; }
p { color: rgb(46,49,46); }
H1.HeaderClassName
{
color: #2E312E;
}
.AnyTagClassName
{
color: #2E312E;
}
</style>
background-color css
<style>
a { background-color: #2E312E; }
a { background-color: rgb(46,49,46); }
div.DivClassName
{
background-color: #2E312E;
}
.BgClassName
{
background-color: #2E312E;
}
</style>
border-color css
<style>
span { border-color: #2E312E; }
span { border-color: rgb(46,49,46); }
td.TdClassName
{
border-color: #2E312E;
}
.TagClassName
{
border-color: #2E312E;
}
</style>