Shades of Gordons Green #2B3B2F
Tints of Gordons Green #2B3B2F
RGB
CMYK
RGB Variations
Color information
#2B3B2F (or 0x2B3B2F) is known color: Gordons Green. HEX triplet: 2B, 3B and 2F. RGB value is (43,59,47). Sum of RGB (Red+Green+Blue) = 43+59+47=149 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.86% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 59 - color contains mainly: green. Hex color #2B3B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3B2F is #D4C4D0. Grayscale: #343434. Windows color (decimal): -13944017 or 3095339. OLE color: 3095339.
HSL color Cylindrical-coordinate representation of color #2B3B2F: hue angle of 135º 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 #2B3B2F is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 59 | 47 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.77 |
| HSL | 135º | 0.16% | 0.2% | - |
| HSV(B) | 135º | 0.27% | 0.23% | - |
| XYZ | 3.07 | 3.85 | 3.27 | - |
| YUV | 52.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 59 | 47 | 0.27 | 0 | 0.20 | 0.77 | 135 | 0.16 | 0.2 |
| Hex | 2B | 3B | 2F | 1B | 0 | 14 | 4D | 87 | 10 | 14 |
| Octal | 53 | 73 | 57 | 33 | 0 | 24 | 115 | 207 | 20 | 24 |
| Binary | 101011 | 111011 | 101111 | 11011 | 0 | 10100 | 1001101 | 10000111 | 10000 | 10100 |
Color Harmonies of #2B3B2F
Complementary color
Monochromatic Colors of #2B3B2F
Black with #2B3B2F
Text Example
Text Example
White with #2B3B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3B2F; }
p { color: rgb(43,59,47); }
H1.HeaderClassName
{
color: #2B3B2F;
}
.AnyTagClassName
{
color: #2B3B2F;
}
</style>
background-color css
<style>
a { background-color: #2B3B2F; }
a { background-color: rgb(43,59,47); }
div.DivClassName
{
background-color: #2B3B2F;
}
.BgClassName
{
background-color: #2B3B2F;
}
</style>
border-color css
<style>
span { border-color: #2B3B2F; }
span { border-color: rgb(43,59,47); }
td.TdClassName
{
border-color: #2B3B2F;
}
.TagClassName
{
border-color: #2B3B2F;
}
</style>