Shades of Gordons Green #2B372D
Tints of Gordons Green #2B372D
RGB
CMYK
RGB Variations
Color information
#2B372D (or 0x2B372D) is known color: Gordons Green. HEX triplet: 2B, 37 and 2D. RGB value is (43,55,45). Sum of RGB (Red+Green+Blue) = 43+55+45=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 55 - color contains mainly: green. Hex color #2B372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B372D is #D4C8D2. Grayscale: #323232. Windows color (decimal): -13945043 or 2963243. OLE color: 2963243.
HSL color Cylindrical-coordinate representation of color #2B372D: hue angle of 130º 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 #2B372D is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 55 | 45 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.78 |
| HSL | 130º | 0.12% | 0.19% | - |
| HSV(B) | 130º | 0.22% | 0.22% | - |
| XYZ | 2.84 | 3.44 | 3 | - |
| YUV | 50.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 45 | 0.22 | 0 | 0.18 | 0.78 | 130 | 0.12 | 0.19 |
| Hex | 2B | 37 | 2D | 16 | 0 | 12 | 4E | 82 | C | 13 |
| Octal | 53 | 67 | 55 | 26 | 0 | 22 | 116 | 202 | 14 | 23 |
| Binary | 101011 | 110111 | 101101 | 10110 | 0 | 10010 | 1001110 | 10000010 | 1100 | 10011 |
Color Harmonies of #2B372D
Complementary color
Monochromatic Colors of #2B372D
Black with #2B372D
Text Example
Text Example
White with #2B372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B372D; }
p { color: rgb(43,55,45); }
H1.HeaderClassName
{
color: #2B372D;
}
.AnyTagClassName
{
color: #2B372D;
}
</style>
background-color css
<style>
a { background-color: #2B372D; }
a { background-color: rgb(43,55,45); }
div.DivClassName
{
background-color: #2B372D;
}
.BgClassName
{
background-color: #2B372D;
}
</style>
border-color css
<style>
span { border-color: #2B372D; }
span { border-color: rgb(43,55,45); }
td.TdClassName
{
border-color: #2B372D;
}
.TagClassName
{
border-color: #2B372D;
}
</style>