Shades of Gordons Green #2C392E
Tints of Gordons Green #2C392E
RGB
CMYK
RGB Variations
Color information
#2C392E (or 0x2C392E) is known color: Gordons Green. HEX triplet: 2C, 39 and 2E. RGB value is (44,57,46). Sum of RGB (Red+Green+Blue) = 44+57+46=147 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.93% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 57 - color contains mainly: green. Hex color #2C392E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C392E is #D3C6D1. Grayscale: #333333. Windows color (decimal): -13878994 or 3029292. OLE color: 3029292.
HSL color Cylindrical-coordinate representation of color #2C392E: hue angle of 129.23º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2C392E is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 57 | 46 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.78 |
| HSL | 129.23º | 0.13% | 0.2% | - |
| HSV(B) | 129.23º | 0.23% | 0.22% | - |
| XYZ | 2.99 | 3.66 | 3.13 | - |
| YUV | 51.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 57 | 46 | 0.23 | 0 | 0.19 | 0.78 | 129.23 | 0.13 | 0.2 |
| Hex | 2C | 39 | 2E | 17 | 0 | 13 | 4E | 81 | D | 14 |
| Octal | 54 | 71 | 56 | 27 | 0 | 23 | 116 | 201 | 15 | 24 |
| Binary | 101100 | 111001 | 101110 | 10111 | 0 | 10011 | 1001110 | 10000001 | 1101 | 10100 |
Color Harmonies of #2C392E
Complementary color
Monochromatic Colors of #2C392E
Black with #2C392E
Text Example
Text Example
White with #2C392E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C392E; }
p { color: rgb(44,57,46); }
H1.HeaderClassName
{
color: #2C392E;
}
.AnyTagClassName
{
color: #2C392E;
}
</style>
background-color css
<style>
a { background-color: #2C392E; }
a { background-color: rgb(44,57,46); }
div.DivClassName
{
background-color: #2C392E;
}
.BgClassName
{
background-color: #2C392E;
}
</style>
border-color css
<style>
span { border-color: #2C392E; }
span { border-color: rgb(44,57,46); }
td.TdClassName
{
border-color: #2C392E;
}
.TagClassName
{
border-color: #2C392E;
}
</style>