Shades of Gordons Green #2E352E
Tints of Gordons Green #2E352E
RGB
CMYK
RGB Variations
Color information
#2E352E (or 0x2E352E) is known color: Gordons Green. HEX triplet: 2E, 35 and 2E. RGB value is (46,53,46). Sum of RGB (Red+Green+Blue) = 46+53+46=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 53 - color contains mainly: green. Hex color #2E352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E352E is #D1CAD1. Grayscale: #323232. Windows color (decimal): -13748946 or 3028270. OLE color: 3028270.
HSL color Cylindrical-coordinate representation of color #2E352E: hue angle of 120º 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 #2E352E is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
RGB | 46 | 53 | 46 | - |
CMYK | 0.13 | 0 | 0.13 | 0.79 |
HSL | 120º | 0.07% | 0.19% | - |
HSV(B) | 120º | 0.13% | 0.21% | - |
XYZ | 2.89 | 3.32 | 3.07 | - |
YUV | 50.11 | 125.68 | 125.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 53 | 46 | 0.13 | 0 | 0.13 | 0.79 | 120 | 0.07 | 0.19 |
Hex | 2E | 35 | 2E | D | 0 | D | 4F | 78 | 7 | 13 |
Octal | 56 | 65 | 56 | 15 | 0 | 15 | 117 | 170 | 7 | 23 |
Binary | 101110 | 110101 | 101110 | 1101 | 0 | 1101 | 1001111 | 1111000 | 111 | 10011 |
Color Harmonies of #2E352E
Complementary color
Monochromatic Colors of #2E352E
Black with #2E352E
Text Example
Text Example
White with #2E352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E352E; }
p { color: rgb(46,53,46); }
H1.HeaderClassName
{
color: #2E352E;
}
.AnyTagClassName
{
color: #2E352E;
}
</style>
background-color css
<style>
a { background-color: #2E352E; }
a { background-color: rgb(46,53,46); }
div.DivClassName
{
background-color: #2E352E;
}
.BgClassName
{
background-color: #2E352E;
}
</style>
border-color css
<style>
span { border-color: #2E352E; }
span { border-color: rgb(46,53,46); }
td.TdClassName
{
border-color: #2E352E;
}
.TagClassName
{
border-color: #2E352E;
}
</style>