Shades of Gordons Green #2B392C
Tints of Gordons Green #2B392C
RGB
CMYK
RGB Variations
Color information
#2B392C (or 0x2B392C) is known color: Gordons Green. HEX triplet: 2B, 39 and 2C. RGB value is (43,57,44). Sum of RGB (Red+Green+Blue) = 43+57+44=144 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.86% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 57 - color contains mainly: green. Hex color #2B392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B392C is #D4C6D3. Grayscale: #333333. Windows color (decimal): -13944532 or 2898219. OLE color: 2898219.
HSL color Cylindrical-coordinate representation of color #2B392C: hue angle of 124.29º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2B392C is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 57 | 44 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.78 |
| HSL | 124.29º | 0.14% | 0.2% | - |
| HSV(B) | 124.29º | 0.25% | 0.22% | - |
| XYZ | 2.91 | 3.62 | 2.93 | - |
| YUV | 51.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 57 | 44 | 0.25 | 0 | 0.23 | 0.78 | 124.29 | 0.14 | 0.2 |
| Hex | 2B | 39 | 2C | 19 | 0 | 17 | 4E | 7C | E | 14 |
| Octal | 53 | 71 | 54 | 31 | 0 | 27 | 116 | 174 | 16 | 24 |
| Binary | 101011 | 111001 | 101100 | 11001 | 0 | 10111 | 1001110 | 1111100 | 1110 | 10100 |
Color Harmonies of #2B392C
Complementary color
Monochromatic Colors of #2B392C
Black with #2B392C
Text Example
Text Example
White with #2B392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B392C; }
p { color: rgb(43,57,44); }
H1.HeaderClassName
{
color: #2B392C;
}
.AnyTagClassName
{
color: #2B392C;
}
</style>
background-color css
<style>
a { background-color: #2B392C; }
a { background-color: rgb(43,57,44); }
div.DivClassName
{
background-color: #2B392C;
}
.BgClassName
{
background-color: #2B392C;
}
</style>
border-color css
<style>
span { border-color: #2B392C; }
span { border-color: rgb(43,57,44); }
td.TdClassName
{
border-color: #2B392C;
}
.TagClassName
{
border-color: #2B392C;
}
</style>