Shades of Gordons Green #2E3D2F
Tints of Gordons Green #2E3D2F
RGB
CMYK
RGB Variations
Color information
#2E3D2F (or 0x2E3D2F) is known color: Gordons Green. HEX triplet: 2E, 3D and 2F. RGB value is (46,61,47). Sum of RGB (Red+Green+Blue) = 46+61+47=154 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.87% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 61 - color contains mainly: green. Hex color #2E3D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3D2F is #D1C2D0. Grayscale: #363636. Windows color (decimal): -13746897 or 3095854. OLE color: 3095854.
HSL color Cylindrical-coordinate representation of color #2E3D2F: hue angle of 124º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2E3D2F is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 61 | 47 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.76 |
| HSL | 124º | 0.14% | 0.21% | - |
| HSV(B) | 124º | 0.25% | 0.24% | - |
| XYZ | 3.31 | 4.12 | 3.31 | - |
| YUV | 54.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 47 | 0.25 | 0 | 0.23 | 0.76 | 124 | 0.14 | 0.21 |
| Hex | 2E | 3D | 2F | 19 | 0 | 17 | 4C | 7C | E | 15 |
| Octal | 56 | 75 | 57 | 31 | 0 | 27 | 114 | 174 | 16 | 25 |
| Binary | 101110 | 111101 | 101111 | 11001 | 0 | 10111 | 1001100 | 1111100 | 1110 | 10101 |
Color Harmonies of #2E3D2F
Complementary color
Monochromatic Colors of #2E3D2F
Black with #2E3D2F
Text Example
Text Example
White with #2E3D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3D2F; }
p { color: rgb(46,61,47); }
H1.HeaderClassName
{
color: #2E3D2F;
}
.AnyTagClassName
{
color: #2E3D2F;
}
</style>
background-color css
<style>
a { background-color: #2E3D2F; }
a { background-color: rgb(46,61,47); }
div.DivClassName
{
background-color: #2E3D2F;
}
.BgClassName
{
background-color: #2E3D2F;
}
</style>
border-color css
<style>
span { border-color: #2E3D2F; }
span { border-color: rgb(46,61,47); }
td.TdClassName
{
border-color: #2E3D2F;
}
.TagClassName
{
border-color: #2E3D2F;
}
</style>