Shades of Gordons Green #2E3530
Tints of Gordons Green #2E3530
RGB
CMYK
RGB Variations
Color information
#2E3530 (or 0x2E3530) is known color: Gordons Green. HEX triplet: 2E, 35 and 30. RGB value is (46,53,48). Sum of RGB (Red+Green+Blue) = 46+53+48=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 53 - color contains mainly: green. Hex color #2E3530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3530 is #D1CACF. Grayscale: #323232. Windows color (decimal): -13748944 or 3159342. OLE color: 3159342.
HSL color Cylindrical-coordinate representation of color #2E3530: hue angle of 137.14º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2E3530 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
RGB | 46 | 53 | 48 | - |
CMYK | 0.13 | 0 | 0.09 | 0.79 |
HSL | 137.14º | 0.07% | 0.19% | - |
HSV(B) | 137.14º | 0.13% | 0.21% | - |
XYZ | 2.93 | 3.34 | 3.29 | - |
YUV | 50.34 | 126.68 | 124.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 53 | 48 | 0.13 | 0 | 0.09 | 0.79 | 137.14 | 0.07 | 0.19 |
Hex | 2E | 35 | 30 | D | 0 | 9 | 4F | 89 | 7 | 13 |
Octal | 56 | 65 | 60 | 15 | 0 | 11 | 117 | 211 | 7 | 23 |
Binary | 101110 | 110101 | 110000 | 1101 | 0 | 1001 | 1001111 | 10001001 | 111 | 10011 |
Color Harmonies of #2E3530
Complementary color
Monochromatic Colors of #2E3530
Black with #2E3530
Text Example
Text Example
White with #2E3530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3530; }
p { color: rgb(46,53,48); }
H1.HeaderClassName
{
color: #2E3530;
}
.AnyTagClassName
{
color: #2E3530;
}
</style>
background-color css
<style>
a { background-color: #2E3530; }
a { background-color: rgb(46,53,48); }
div.DivClassName
{
background-color: #2E3530;
}
.BgClassName
{
background-color: #2E3530;
}
</style>
border-color css
<style>
span { border-color: #2E3530; }
span { border-color: rgb(46,53,48); }
td.TdClassName
{
border-color: #2E3530;
}
.TagClassName
{
border-color: #2E3530;
}
</style>