Shades of Gordons Green #2B312B
Tints of Gordons Green #2B312B
RGB
CMYK
RGB Variations
Color information
#2B312B (or 0x2B312B) is known color: Gordons Green. HEX triplet: 2B, 31 and 2B. RGB value is (43,49,43). Sum of RGB (Red+Green+Blue) = 43+49+43=135 (17% of max value = 765). Red value is 43 (17.19% from 255 or 31.85% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 49 - color contains mainly: green. Hex color #2B312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B312B is #D4CED4. Grayscale: #2E2E2E. Windows color (decimal): -13946581 or 2830635. OLE color: 2830635.
HSL color Cylindrical-coordinate representation of color #2B312B: hue angle of 120º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2B312B is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 49 | 43 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.81 |
| HSL | 120º | 0.07% | 0.18% | - |
| HSV(B) | 120º | 0.12% | 0.19% | - |
| XYZ | 2.53 | 2.88 | 2.71 | - |
| YUV | 46.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 43 | 0.12 | 0 | 0.12 | 0.81 | 120 | 0.07 | 0.18 |
| Hex | 2B | 31 | 2B | C | 0 | C | 51 | 78 | 7 | 12 |
| Octal | 53 | 61 | 53 | 14 | 0 | 14 | 121 | 170 | 7 | 22 |
| Binary | 101011 | 110001 | 101011 | 1100 | 0 | 1100 | 1010001 | 1111000 | 111 | 10010 |
Color Harmonies of #2B312B
Complementary color
Monochromatic Colors of #2B312B
Black with #2B312B
Text Example
Text Example
White with #2B312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B312B; }
p { color: rgb(43,49,43); }
H1.HeaderClassName
{
color: #2B312B;
}
.AnyTagClassName
{
color: #2B312B;
}
</style>
background-color css
<style>
a { background-color: #2B312B; }
a { background-color: rgb(43,49,43); }
div.DivClassName
{
background-color: #2B312B;
}
.BgClassName
{
background-color: #2B312B;
}
</style>
border-color css
<style>
span { border-color: #2B312B; }
span { border-color: rgb(43,49,43); }
td.TdClassName
{
border-color: #2B312B;
}
.TagClassName
{
border-color: #2B312B;
}
</style>