Shades of Gordons Green #2B3B2C
Tints of Gordons Green #2B3B2C
RGB
CMYK
RGB Variations
Color information
#2B3B2C (or 0x2B3B2C) is known color: Gordons Green. HEX triplet: 2B, 3B and 2C. RGB value is (43,59,44). Sum of RGB (Red+Green+Blue) = 43+59+44=146 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.45% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 59 - color contains mainly: green. Hex color #2B3B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3B2C is #D4C4D3. Grayscale: #343434. Windows color (decimal): -13944020 or 2898731. OLE color: 2898731.
HSL color Cylindrical-coordinate representation of color #2B3B2C: hue angle of 123.75º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2B3B2C is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 59 | 44 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.77 |
| HSL | 123.75º | 0.16% | 0.2% | - |
| HSV(B) | 123.75º | 0.27% | 0.23% | - |
| XYZ | 3.01 | 3.82 | 2.96 | - |
| YUV | 52.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 59 | 44 | 0.27 | 0 | 0.25 | 0.77 | 123.75 | 0.16 | 0.2 |
| Hex | 2B | 3B | 2C | 1B | 0 | 19 | 4D | 7C | 10 | 14 |
| Octal | 53 | 73 | 54 | 33 | 0 | 31 | 115 | 174 | 20 | 24 |
| Binary | 101011 | 111011 | 101100 | 11011 | 0 | 11001 | 1001101 | 1111100 | 10000 | 10100 |
Color Harmonies of #2B3B2C
Complementary color
Monochromatic Colors of #2B3B2C
Black with #2B3B2C
Text Example
Text Example
White with #2B3B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3B2C; }
p { color: rgb(43,59,44); }
H1.HeaderClassName
{
color: #2B3B2C;
}
.AnyTagClassName
{
color: #2B3B2C;
}
</style>
background-color css
<style>
a { background-color: #2B3B2C; }
a { background-color: rgb(43,59,44); }
div.DivClassName
{
background-color: #2B3B2C;
}
.BgClassName
{
background-color: #2B3B2C;
}
</style>
border-color css
<style>
span { border-color: #2B3B2C; }
span { border-color: rgb(43,59,44); }
td.TdClassName
{
border-color: #2B3B2C;
}
.TagClassName
{
border-color: #2B3B2C;
}
</style>