Shades of Gordons Green #2B352C
Tints of Gordons Green #2B352C
RGB
CMYK
RGB Variations
Color information
#2B352C (or 0x2B352C) is known color: Gordons Green. HEX triplet: 2B, 35 and 2C. RGB value is (43,53,44). Sum of RGB (Red+Green+Blue) = 43+53+44=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 53 - color contains mainly: green. Hex color #2B352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B352C is #D4CAD3. Grayscale: #313131. Windows color (decimal): -13945556 or 2897195. OLE color: 2897195.
HSL color Cylindrical-coordinate representation of color #2B352C: hue angle of 126º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2B352C is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 53 | 44 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.79 |
| HSL | 126º | 0.1% | 0.19% | - |
| HSV(B) | 126º | 0.19% | 0.21% | - |
| XYZ | 2.72 | 3.24 | 2.87 | - |
| YUV | 48.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 53 | 44 | 0.19 | 0 | 0.17 | 0.79 | 126 | 0.1 | 0.19 |
| Hex | 2B | 35 | 2C | 13 | 0 | 11 | 4F | 7E | A | 13 |
| Octal | 53 | 65 | 54 | 23 | 0 | 21 | 117 | 176 | 12 | 23 |
| Binary | 101011 | 110101 | 101100 | 10011 | 0 | 10001 | 1001111 | 1111110 | 1010 | 10011 |
Color Harmonies of #2B352C
Complementary color
Monochromatic Colors of #2B352C
Black with #2B352C
Text Example
Text Example
White with #2B352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B352C; }
p { color: rgb(43,53,44); }
H1.HeaderClassName
{
color: #2B352C;
}
.AnyTagClassName
{
color: #2B352C;
}
</style>
background-color css
<style>
a { background-color: #2B352C; }
a { background-color: rgb(43,53,44); }
div.DivClassName
{
background-color: #2B352C;
}
.BgClassName
{
background-color: #2B352C;
}
</style>
border-color css
<style>
span { border-color: #2B352C; }
span { border-color: rgb(43,53,44); }
td.TdClassName
{
border-color: #2B352C;
}
.TagClassName
{
border-color: #2B352C;
}
</style>