Shades of Gordons Green #2E332E
Tints of Gordons Green #2E332E
RGB
CMYK
RGB Variations
Color information
#2E332E (or 0x2E332E) is known color: Gordons Green. HEX triplet: 2E, 33 and 2E. RGB value is (46,51,46). Sum of RGB (Red+Green+Blue) = 46+51+46=143 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.17% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 51 - color contains mainly: green. Hex color #2E332E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E332E is #D1CCD1. Grayscale: #303030. Windows color (decimal): -13749458 or 3027758. OLE color: 3027758.
HSL color Cylindrical-coordinate representation of color #2E332E: hue angle of 120º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2E332E is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 46 | 51 | 46 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.8 |
| HSL | 120º | 0.05% | 0.19% | - |
| HSV(B) | 120º | 0.1% | 0.2% | - |
| XYZ | 2.8 | 3.15 | 3.04 | - |
| YUV | 48.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 46 | 0.10 | 0 | 0.10 | 0.8 | 120 | 0.05 | 0.19 |
| Hex | 2E | 33 | 2E | A | 0 | A | 50 | 78 | 5 | 13 |
| Octal | 56 | 63 | 56 | 12 | 0 | 12 | 120 | 170 | 5 | 23 |
| Binary | 101110 | 110011 | 101110 | 1010 | 0 | 1010 | 1010000 | 1111000 | 101 | 10011 |
Color Harmonies of #2E332E
Complementary color
Monochromatic Colors of #2E332E
Black with #2E332E
Text Example
Text Example
White with #2E332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E332E; }
p { color: rgb(46,51,46); }
H1.HeaderClassName
{
color: #2E332E;
}
.AnyTagClassName
{
color: #2E332E;
}
</style>
background-color css
<style>
a { background-color: #2E332E; }
a { background-color: rgb(46,51,46); }
div.DivClassName
{
background-color: #2E332E;
}
.BgClassName
{
background-color: #2E332E;
}
</style>
border-color css
<style>
span { border-color: #2E332E; }
span { border-color: rgb(46,51,46); }
td.TdClassName
{
border-color: #2E332E;
}
.TagClassName
{
border-color: #2E332E;
}
</style>