Shades of Gordons Green #2C372E
Tints of Gordons Green #2C372E
RGB
CMYK
RGB Variations
Color information
#2C372E (or 0x2C372E) is known color: Gordons Green. HEX triplet: 2C, 37 and 2E. RGB value is (44,55,46). Sum of RGB (Red+Green+Blue) = 44+55+46=145 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.34% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 55 - color contains mainly: green. Hex color #2C372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C372E is #D3C8D1. Grayscale: #323232. Windows color (decimal): -13879506 or 3028780. OLE color: 3028780.
HSL color Cylindrical-coordinate representation of color #2C372E: hue angle of 130.91º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2C372E is Cyan = 0.2, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 55 | 46 | - |
| CMYK | 0.2 | 0 | 0.16 | 0.78 |
| HSL | 130.91º | 0.11% | 0.19% | - |
| HSV(B) | 130.91º | 0.2% | 0.22% | - |
| XYZ | 2.9 | 3.47 | 3.1 | - |
| YUV | 50.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 46 | 0.2 | 0 | 0.16 | 0.78 | 130.91 | 0.11 | 0.19 |
| Hex | 2C | 37 | 2E | 14 | 0 | 10 | 4E | 83 | B | 13 |
| Octal | 54 | 67 | 56 | 24 | 0 | 20 | 116 | 203 | 13 | 23 |
| Binary | 101100 | 110111 | 101110 | 10100 | 0 | 10000 | 1001110 | 10000011 | 1011 | 10011 |
Color Harmonies of #2C372E
Complementary color
Monochromatic Colors of #2C372E
Black with #2C372E
Text Example
Text Example
White with #2C372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C372E; }
p { color: rgb(44,55,46); }
H1.HeaderClassName
{
color: #2C372E;
}
.AnyTagClassName
{
color: #2C372E;
}
</style>
background-color css
<style>
a { background-color: #2C372E; }
a { background-color: rgb(44,55,46); }
div.DivClassName
{
background-color: #2C372E;
}
.BgClassName
{
background-color: #2C372E;
}
</style>
border-color css
<style>
span { border-color: #2C372E; }
span { border-color: rgb(44,55,46); }
td.TdClassName
{
border-color: #2C372E;
}
.TagClassName
{
border-color: #2C372E;
}
</style>