Shades of Gordons Green #2D3B2F
Tints of Gordons Green #2D3B2F
RGB
CMYK
RGB Variations
Color information
#2D3B2F (or 0x2D3B2F) is known color: Gordons Green. HEX triplet: 2D, 3B and 2F. RGB value is (45,59,47). Sum of RGB (Red+Green+Blue) = 45+59+47=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 59 - color contains mainly: green. Hex color #2D3B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3B2F is #D2C4D0. Grayscale: #353535. Windows color (decimal): -13812945 or 3095341. OLE color: 3095341.
HSL color Cylindrical-coordinate representation of color #2D3B2F: hue angle of 128.57º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2D3B2F is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 59 | 47 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.77 |
| HSL | 128.57º | 0.13% | 0.2% | - |
| HSV(B) | 128.57º | 0.24% | 0.23% | - |
| XYZ | 3.16 | 3.89 | 3.27 | - |
| YUV | 53.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 59 | 47 | 0.24 | 0 | 0.20 | 0.77 | 128.57 | 0.13 | 0.2 |
| Hex | 2D | 3B | 2F | 18 | 0 | 14 | 4D | 81 | D | 14 |
| Octal | 55 | 73 | 57 | 30 | 0 | 24 | 115 | 201 | 15 | 24 |
| Binary | 101101 | 111011 | 101111 | 11000 | 0 | 10100 | 1001101 | 10000001 | 1101 | 10100 |
Color Harmonies of #2D3B2F
Complementary color
Monochromatic Colors of #2D3B2F
Black with #2D3B2F
Text Example
Text Example
White with #2D3B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3B2F; }
p { color: rgb(45,59,47); }
H1.HeaderClassName
{
color: #2D3B2F;
}
.AnyTagClassName
{
color: #2D3B2F;
}
</style>
background-color css
<style>
a { background-color: #2D3B2F; }
a { background-color: rgb(45,59,47); }
div.DivClassName
{
background-color: #2D3B2F;
}
.BgClassName
{
background-color: #2D3B2F;
}
</style>
border-color css
<style>
span { border-color: #2D3B2F; }
span { border-color: rgb(45,59,47); }
td.TdClassName
{
border-color: #2D3B2F;
}
.TagClassName
{
border-color: #2D3B2F;
}
</style>