Shades of Gordons Green #2D3730
Tints of Gordons Green #2D3730
RGB
CMYK
RGB Variations
Color information
#2D3730 (or 0x2D3730) is known color: Gordons Green. HEX triplet: 2D, 37 and 30. RGB value is (45,55,48). Sum of RGB (Red+Green+Blue) = 45+55+48=148 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.41% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 55 - color contains mainly: green. Hex color #2D3730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3730 is #D2C8CF. Grayscale: #333333. Windows color (decimal): -13813968 or 3159853. OLE color: 3159853.
HSL color Cylindrical-coordinate representation of color #2D3730: hue angle of 138º 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 #2D3730 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 55 | 48 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.78 |
| HSL | 138º | 0.1% | 0.2% | - |
| HSV(B) | 138º | 0.18% | 0.22% | - |
| XYZ | 2.98 | 3.5 | 3.32 | - |
| YUV | 51.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 48 | 0.18 | 0 | 0.13 | 0.78 | 138 | 0.1 | 0.2 |
| Hex | 2D | 37 | 30 | 12 | 0 | D | 4E | 8A | A | 14 |
| Octal | 55 | 67 | 60 | 22 | 0 | 15 | 116 | 212 | 12 | 24 |
| Binary | 101101 | 110111 | 110000 | 10010 | 0 | 1101 | 1001110 | 10001010 | 1010 | 10100 |
Color Harmonies of #2D3730
Complementary color
Monochromatic Colors of #2D3730
Black with #2D3730
Text Example
Text Example
White with #2D3730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3730; }
p { color: rgb(45,55,48); }
H1.HeaderClassName
{
color: #2D3730;
}
.AnyTagClassName
{
color: #2D3730;
}
</style>
background-color css
<style>
a { background-color: #2D3730; }
a { background-color: rgb(45,55,48); }
div.DivClassName
{
background-color: #2D3730;
}
.BgClassName
{
background-color: #2D3730;
}
</style>
border-color css
<style>
span { border-color: #2D3730; }
span { border-color: rgb(45,55,48); }
td.TdClassName
{
border-color: #2D3730;
}
.TagClassName
{
border-color: #2D3730;
}
</style>