Shades of Gordons Green #2D372F
Tints of Gordons Green #2D372F
RGB
CMYK
RGB Variations
Color information
#2D372F (or 0x2D372F) is known color: Gordons Green. HEX triplet: 2D, 37 and 2F. RGB value is (45,55,47). Sum of RGB (Red+Green+Blue) = 45+55+47=147 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.61% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 55 - color contains mainly: green. Hex color #2D372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D372F is #D2C8D0. Grayscale: #333333. Windows color (decimal): -13813969 or 3094317. OLE color: 3094317.
HSL color Cylindrical-coordinate representation of color #2D372F: hue angle of 132º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2D372F is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 55 | 47 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.78 |
| HSL | 132º | 0.1% | 0.2% | - |
| HSV(B) | 132º | 0.18% | 0.22% | - |
| XYZ | 2.96 | 3.5 | 3.21 | - |
| YUV | 51.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 47 | 0.18 | 0 | 0.15 | 0.78 | 132 | 0.1 | 0.2 |
| Hex | 2D | 37 | 2F | 12 | 0 | F | 4E | 84 | A | 14 |
| Octal | 55 | 67 | 57 | 22 | 0 | 17 | 116 | 204 | 12 | 24 |
| Binary | 101101 | 110111 | 101111 | 10010 | 0 | 1111 | 1001110 | 10000100 | 1010 | 10100 |
Color Harmonies of #2D372F
Complementary color
Monochromatic Colors of #2D372F
Black with #2D372F
Text Example
Text Example
White with #2D372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D372F; }
p { color: rgb(45,55,47); }
H1.HeaderClassName
{
color: #2D372F;
}
.AnyTagClassName
{
color: #2D372F;
}
</style>
background-color css
<style>
a { background-color: #2D372F; }
a { background-color: rgb(45,55,47); }
div.DivClassName
{
background-color: #2D372F;
}
.BgClassName
{
background-color: #2D372F;
}
</style>
border-color css
<style>
span { border-color: #2D372F; }
span { border-color: rgb(45,55,47); }
td.TdClassName
{
border-color: #2D372F;
}
.TagClassName
{
border-color: #2D372F;
}
</style>