Shades of Gordons Green #2D392E
Tints of Gordons Green #2D392E
RGB
CMYK
RGB Variations
Color information
#2D392E (or 0x2D392E) is known color: Gordons Green. HEX triplet: 2D, 39 and 2E. RGB value is (45,57,46). Sum of RGB (Red+Green+Blue) = 45+57+46=148 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.41% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 57 - color contains mainly: green. Hex color #2D392E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D392E is #D2C6D1. Grayscale: #343434. Windows color (decimal): -13813458 or 3029293. OLE color: 3029293.
HSL color Cylindrical-coordinate representation of color #2D392E: hue angle of 125º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2D392E is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 57 | 46 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.78 |
| HSL | 125º | 0.12% | 0.2% | - |
| HSV(B) | 125º | 0.21% | 0.22% | - |
| XYZ | 3.04 | 3.68 | 3.14 | - |
| YUV | 52.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 57 | 46 | 0.21 | 0 | 0.19 | 0.78 | 125 | 0.12 | 0.2 |
| Hex | 2D | 39 | 2E | 15 | 0 | 13 | 4E | 7D | C | 14 |
| Octal | 55 | 71 | 56 | 25 | 0 | 23 | 116 | 175 | 14 | 24 |
| Binary | 101101 | 111001 | 101110 | 10101 | 0 | 10011 | 1001110 | 1111101 | 1100 | 10100 |
Color Harmonies of #2D392E
Complementary color
Monochromatic Colors of #2D392E
Black with #2D392E
Text Example
Text Example
White with #2D392E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D392E; }
p { color: rgb(45,57,46); }
H1.HeaderClassName
{
color: #2D392E;
}
.AnyTagClassName
{
color: #2D392E;
}
</style>
background-color css
<style>
a { background-color: #2D392E; }
a { background-color: rgb(45,57,46); }
div.DivClassName
{
background-color: #2D392E;
}
.BgClassName
{
background-color: #2D392E;
}
</style>
border-color css
<style>
span { border-color: #2D392E; }
span { border-color: rgb(45,57,46); }
td.TdClassName
{
border-color: #2D392E;
}
.TagClassName
{
border-color: #2D392E;
}
</style>