Shades of Gordons Green #2B382D
Tints of Gordons Green #2B382D
RGB
CMYK
RGB Variations
Color information
#2B382D (or 0x2B382D) is known color: Gordons Green. HEX triplet: 2B, 38 and 2D. RGB value is (43,56,45). Sum of RGB (Red+Green+Blue) = 43+56+45=144 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.86% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 56 - color contains mainly: green. Hex color #2B382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B382D is #D4C7D2. Grayscale: #323232. Windows color (decimal): -13944787 or 2963499. OLE color: 2963499.
HSL color Cylindrical-coordinate representation of color #2B382D: hue angle of 129.23º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2B382D is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 56 | 45 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.78 |
| HSL | 129.23º | 0.13% | 0.19% | - |
| HSV(B) | 129.23º | 0.23% | 0.22% | - |
| XYZ | 2.88 | 3.53 | 3.01 | - |
| YUV | 50.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 45 | 0.23 | 0 | 0.20 | 0.78 | 129.23 | 0.13 | 0.19 |
| Hex | 2B | 38 | 2D | 17 | 0 | 14 | 4E | 81 | D | 13 |
| Octal | 53 | 70 | 55 | 27 | 0 | 24 | 116 | 201 | 15 | 23 |
| Binary | 101011 | 111000 | 101101 | 10111 | 0 | 10100 | 1001110 | 10000001 | 1101 | 10011 |
Color Harmonies of #2B382D
Complementary color
Monochromatic Colors of #2B382D
Black with #2B382D
Text Example
Text Example
White with #2B382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B382D; }
p { color: rgb(43,56,45); }
H1.HeaderClassName
{
color: #2B382D;
}
.AnyTagClassName
{
color: #2B382D;
}
</style>
background-color css
<style>
a { background-color: #2B382D; }
a { background-color: rgb(43,56,45); }
div.DivClassName
{
background-color: #2B382D;
}
.BgClassName
{
background-color: #2B382D;
}
</style>
border-color css
<style>
span { border-color: #2B382D; }
span { border-color: rgb(43,56,45); }
td.TdClassName
{
border-color: #2B382D;
}
.TagClassName
{
border-color: #2B382D;
}
</style>