Shades of Gordons Green #2D3B30
Tints of Gordons Green #2D3B30
RGB
CMYK
RGB Variations
Color information
#2D3B30 (or 0x2D3B30) is known color: Gordons Green. HEX triplet: 2D, 3B and 30. RGB value is (45,59,48). Sum of RGB (Red+Green+Blue) = 45+59+48=152 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.61% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 59 - color contains mainly: green. Hex color #2D3B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3B30 is #D2C4CF. Grayscale: #353535. Windows color (decimal): -13812944 or 3160877. OLE color: 3160877.
HSL color Cylindrical-coordinate representation of color #2D3B30: hue angle of 132.86º 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 #2D3B30 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 59 | 48 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.77 |
| HSL | 132.86º | 0.13% | 0.2% | - |
| HSV(B) | 132.86º | 0.24% | 0.23% | - |
| XYZ | 3.18 | 3.9 | 3.38 | - |
| YUV | 53.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 59 | 48 | 0.24 | 0 | 0.19 | 0.77 | 132.86 | 0.13 | 0.2 |
| Hex | 2D | 3B | 30 | 18 | 0 | 13 | 4D | 85 | D | 14 |
| Octal | 55 | 73 | 60 | 30 | 0 | 23 | 115 | 205 | 15 | 24 |
| Binary | 101101 | 111011 | 110000 | 11000 | 0 | 10011 | 1001101 | 10000101 | 1101 | 10100 |
Color Harmonies of #2D3B30
Complementary color
Monochromatic Colors of #2D3B30
Black with #2D3B30
Text Example
Text Example
White with #2D3B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3B30; }
p { color: rgb(45,59,48); }
H1.HeaderClassName
{
color: #2D3B30;
}
.AnyTagClassName
{
color: #2D3B30;
}
</style>
background-color css
<style>
a { background-color: #2D3B30; }
a { background-color: rgb(45,59,48); }
div.DivClassName
{
background-color: #2D3B30;
}
.BgClassName
{
background-color: #2D3B30;
}
</style>
border-color css
<style>
span { border-color: #2D3B30; }
span { border-color: rgb(45,59,48); }
td.TdClassName
{
border-color: #2D3B30;
}
.TagClassName
{
border-color: #2D3B30;
}
</style>