Shades of Gordons Green #2E3E2F
Tints of Gordons Green #2E3E2F
RGB
CMYK
RGB Variations
Color information
#2E3E2F (or 0x2E3E2F) is known color: Gordons Green. HEX triplet: 2E, 3E and 2F. RGB value is (46,62,47). Sum of RGB (Red+Green+Blue) = 46+62+47=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 62 - color contains mainly: green. Hex color #2E3E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3E2F is #D1C1D0. Grayscale: #373737. Windows color (decimal): -13746641 or 3096110. OLE color: 3096110.
HSL color Cylindrical-coordinate representation of color #2E3E2F: hue angle of 123.75º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2E3E2F is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 62 | 47 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.76 |
| HSL | 123.75º | 0.15% | 0.21% | - |
| HSV(B) | 123.75º | 0.26% | 0.24% | - |
| XYZ | 3.36 | 4.23 | 3.33 | - |
| YUV | 55.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 47 | 0.26 | 0 | 0.24 | 0.76 | 123.75 | 0.15 | 0.21 |
| Hex | 2E | 3E | 2F | 1A | 0 | 18 | 4C | 7C | F | 15 |
| Octal | 56 | 76 | 57 | 32 | 0 | 30 | 114 | 174 | 17 | 25 |
| Binary | 101110 | 111110 | 101111 | 11010 | 0 | 11000 | 1001100 | 1111100 | 1111 | 10101 |
Color Harmonies of #2E3E2F
Complementary color
Monochromatic Colors of #2E3E2F
Black with #2E3E2F
Text Example
Text Example
White with #2E3E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3E2F; }
p { color: rgb(46,62,47); }
H1.HeaderClassName
{
color: #2E3E2F;
}
.AnyTagClassName
{
color: #2E3E2F;
}
</style>
background-color css
<style>
a { background-color: #2E3E2F; }
a { background-color: rgb(46,62,47); }
div.DivClassName
{
background-color: #2E3E2F;
}
.BgClassName
{
background-color: #2E3E2F;
}
</style>
border-color css
<style>
span { border-color: #2E3E2F; }
span { border-color: rgb(46,62,47); }
td.TdClassName
{
border-color: #2E3E2F;
}
.TagClassName
{
border-color: #2E3E2F;
}
</style>