Shades of Gordons Green #2B372C
Tints of Gordons Green #2B372C
RGB
CMYK
RGB Variations
Color information
#2B372C (or 0x2B372C) is known color: Gordons Green. HEX triplet: 2B, 37 and 2C. RGB value is (43,55,44). Sum of RGB (Red+Green+Blue) = 43+55+44=142 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.28% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 55 - color contains mainly: green. Hex color #2B372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B372C is #D4C8D3. Grayscale: #323232. Windows color (decimal): -13945044 or 2897707. OLE color: 2897707.
HSL color Cylindrical-coordinate representation of color #2B372C: hue angle of 125º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2B372C is Cyan = 0.22, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 55 | 44 | - |
| CMYK | 0.22 | 0 | 0.2 | 0.78 |
| HSL | 125º | 0.12% | 0.19% | - |
| HSV(B) | 125º | 0.22% | 0.22% | - |
| XYZ | 2.82 | 3.43 | 2.9 | - |
| YUV | 50.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 44 | 0.22 | 0 | 0.2 | 0.78 | 125 | 0.12 | 0.19 |
| Hex | 2B | 37 | 2C | 16 | 0 | 14 | 4E | 7D | C | 13 |
| Octal | 53 | 67 | 54 | 26 | 0 | 24 | 116 | 175 | 14 | 23 |
| Binary | 101011 | 110111 | 101100 | 10110 | 0 | 10100 | 1001110 | 1111101 | 1100 | 10011 |
Color Harmonies of #2B372C
Complementary color
Monochromatic Colors of #2B372C
Black with #2B372C
Text Example
Text Example
White with #2B372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B372C; }
p { color: rgb(43,55,44); }
H1.HeaderClassName
{
color: #2B372C;
}
.AnyTagClassName
{
color: #2B372C;
}
</style>
background-color css
<style>
a { background-color: #2B372C; }
a { background-color: rgb(43,55,44); }
div.DivClassName
{
background-color: #2B372C;
}
.BgClassName
{
background-color: #2B372C;
}
</style>
border-color css
<style>
span { border-color: #2B372C; }
span { border-color: rgb(43,55,44); }
td.TdClassName
{
border-color: #2B372C;
}
.TagClassName
{
border-color: #2B372C;
}
</style>