Shades of Gordons Green #2E322E
Tints of Gordons Green #2E322E
RGB
CMYK
RGB Variations
Color information
#2E322E (or 0x2E322E) is known color: Gordons Green. HEX triplet: 2E, 32 and 2E. RGB value is (46,50,46). Sum of RGB (Red+Green+Blue) = 46+50+46=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 50 - color contains mainly: green. Hex color #2E322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E322E is #D1CDD1. Grayscale: #303030. Windows color (decimal): -13749714 or 3027502. OLE color: 3027502.
HSL color Cylindrical-coordinate representation of color #2E322E: hue angle of 120º degrees, saturation: 0.04, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #2E322E is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 50 | 46 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.80 |
| HSL | 120º | 0.04% | 0.19% | - |
| HSV(B) | 120º | 0.08% | 0.2% | - |
| XYZ | 2.76 | 3.06 | 3.03 | - |
| YUV | 48.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 46 | 0.08 | 0 | 0.08 | 0.80 | 120 | 0.04 | 0.19 |
| Hex | 2E | 32 | 2E | 8 | 0 | 8 | 50 | 78 | 4 | 13 |
| Octal | 56 | 62 | 56 | 10 | 0 | 10 | 120 | 170 | 4 | 23 |
| Binary | 101110 | 110010 | 101110 | 1000 | 0 | 1000 | 1010000 | 1111000 | 100 | 10011 |
Color Harmonies of #2E322E
Complementary color
Monochromatic Colors of #2E322E
Black with #2E322E
Text Example
Text Example
White with #2E322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E322E; }
p { color: rgb(46,50,46); }
H1.HeaderClassName
{
color: #2E322E;
}
.AnyTagClassName
{
color: #2E322E;
}
</style>
background-color css
<style>
a { background-color: #2E322E; }
a { background-color: rgb(46,50,46); }
div.DivClassName
{
background-color: #2E322E;
}
.BgClassName
{
background-color: #2E322E;
}
</style>
border-color css
<style>
span { border-color: #2E322E; }
span { border-color: rgb(46,50,46); }
td.TdClassName
{
border-color: #2E322E;
}
.TagClassName
{
border-color: #2E322E;
}
</style>