Shades of Gordons Green #2B372E
Tints of Gordons Green #2B372E
RGB
CMYK
RGB Variations
Color information
#2B372E (or 0x2B372E) is known color: Gordons Green. HEX triplet: 2B, 37 and 2E. RGB value is (43,55,46). Sum of RGB (Red+Green+Blue) = 43+55+46=144 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.86% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 55 - color contains mainly: green. Hex color #2B372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B372E is #D4C8D1. Grayscale: #323232. Windows color (decimal): -13945042 or 3028779. OLE color: 3028779.
HSL color Cylindrical-coordinate representation of color #2B372E: hue angle of 135º 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 #2B372E is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 55 | 46 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.78 |
| HSL | 135º | 0.12% | 0.19% | - |
| HSV(B) | 135º | 0.22% | 0.22% | - |
| XYZ | 2.86 | 3.44 | 3.1 | - |
| YUV | 50.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 46 | 0.22 | 0 | 0.16 | 0.78 | 135 | 0.12 | 0.19 |
| Hex | 2B | 37 | 2E | 16 | 0 | 10 | 4E | 87 | C | 13 |
| Octal | 53 | 67 | 56 | 26 | 0 | 20 | 116 | 207 | 14 | 23 |
| Binary | 101011 | 110111 | 101110 | 10110 | 0 | 10000 | 1001110 | 10000111 | 1100 | 10011 |
Color Harmonies of #2B372E
Complementary color
Monochromatic Colors of #2B372E
Black with #2B372E
Text Example
Text Example
White with #2B372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B372E; }
p { color: rgb(43,55,46); }
H1.HeaderClassName
{
color: #2B372E;
}
.AnyTagClassName
{
color: #2B372E;
}
</style>
background-color css
<style>
a { background-color: #2B372E; }
a { background-color: rgb(43,55,46); }
div.DivClassName
{
background-color: #2B372E;
}
.BgClassName
{
background-color: #2B372E;
}
</style>
border-color css
<style>
span { border-color: #2B372E; }
span { border-color: rgb(43,55,46); }
td.TdClassName
{
border-color: #2B372E;
}
.TagClassName
{
border-color: #2B372E;
}
</style>