Shades of Gordons Green #2C372C
Tints of Gordons Green #2C372C
RGB
CMYK
RGB Variations
Color information
#2C372C (or 0x2C372C) is known color: Gordons Green. HEX triplet: 2C, 37 and 2C. RGB value is (44,55,44). Sum of RGB (Red+Green+Blue) = 44+55+44=143 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.77% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 55 - color contains mainly: green. Hex color #2C372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C372C is #D3C8D3. Grayscale: #323232. Windows color (decimal): -13879508 or 2897708. OLE color: 2897708.
HSL color Cylindrical-coordinate representation of color #2C372C: hue angle of 120º 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 #2C372C is Cyan = 0.2, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 55 | 44 | - |
| CMYK | 0.2 | 0 | 0.2 | 0.78 |
| HSL | 120º | 0.11% | 0.19% | - |
| HSV(B) | 120º | 0.2% | 0.22% | - |
| XYZ | 2.86 | 3.45 | 2.9 | - |
| YUV | 50.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 44 | 0.2 | 0 | 0.2 | 0.78 | 120 | 0.11 | 0.19 |
| Hex | 2C | 37 | 2C | 14 | 0 | 14 | 4E | 78 | B | 13 |
| Octal | 54 | 67 | 54 | 24 | 0 | 24 | 116 | 170 | 13 | 23 |
| Binary | 101100 | 110111 | 101100 | 10100 | 0 | 10100 | 1001110 | 1111000 | 1011 | 10011 |
Color Harmonies of #2C372C
Complementary color
Monochromatic Colors of #2C372C
Black with #2C372C
Text Example
Text Example
White with #2C372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C372C; }
p { color: rgb(44,55,44); }
H1.HeaderClassName
{
color: #2C372C;
}
.AnyTagClassName
{
color: #2C372C;
}
</style>
background-color css
<style>
a { background-color: #2C372C; }
a { background-color: rgb(44,55,44); }
div.DivClassName
{
background-color: #2C372C;
}
.BgClassName
{
background-color: #2C372C;
}
</style>
border-color css
<style>
span { border-color: #2C372C; }
span { border-color: rgb(44,55,44); }
td.TdClassName
{
border-color: #2C372C;
}
.TagClassName
{
border-color: #2C372C;
}
</style>