Shades of Gordons Green #2E362E
Tints of Gordons Green #2E362E
RGB
CMYK
RGB Variations
Color information
#2E362E (or 0x2E362E) is known color: Gordons Green. HEX triplet: 2E, 36 and 2E. RGB value is (46,54,46). Sum of RGB (Red+Green+Blue) = 46+54+46=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 54 - color contains mainly: green. Hex color #2E362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E362E is #D1C9D1. Grayscale: #323232. Windows color (decimal): -13748690 or 3028526. OLE color: 3028526.
HSL color Cylindrical-coordinate representation of color #2E362E: hue angle of 120º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2E362E is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 54 | 46 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.79 |
| HSL | 120º | 0.08% | 0.2% | - |
| HSV(B) | 120º | 0.15% | 0.21% | - |
| XYZ | 2.94 | 3.42 | 3.09 | - |
| YUV | 50.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 46 | 0.15 | 0 | 0.15 | 0.79 | 120 | 0.08 | 0.2 |
| Hex | 2E | 36 | 2E | F | 0 | F | 4F | 78 | 8 | 14 |
| Octal | 56 | 66 | 56 | 17 | 0 | 17 | 117 | 170 | 10 | 24 |
| Binary | 101110 | 110110 | 101110 | 1111 | 0 | 1111 | 1001111 | 1111000 | 1000 | 10100 |
Color Harmonies of #2E362E
Complementary color
Monochromatic Colors of #2E362E
Black with #2E362E
Text Example
Text Example
White with #2E362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E362E; }
p { color: rgb(46,54,46); }
H1.HeaderClassName
{
color: #2E362E;
}
.AnyTagClassName
{
color: #2E362E;
}
</style>
background-color css
<style>
a { background-color: #2E362E; }
a { background-color: rgb(46,54,46); }
div.DivClassName
{
background-color: #2E362E;
}
.BgClassName
{
background-color: #2E362E;
}
</style>
border-color css
<style>
span { border-color: #2E362E; }
span { border-color: rgb(46,54,46); }
td.TdClassName
{
border-color: #2E362E;
}
.TagClassName
{
border-color: #2E362E;
}
</style>