Shades of Gordons Green #2D312E
Tints of Gordons Green #2D312E
RGB
CMYK
RGB Variations
Color information
#2D312E (or 0x2D312E) is known color: Gordons Green. HEX triplet: 2D, 31 and 2E. RGB value is (45,49,46). Sum of RGB (Red+Green+Blue) = 45+49+46=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 49 - color contains mainly: green. Hex color #2D312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D312E is #D2CED1. Grayscale: #2F2F2F. Windows color (decimal): -13815506 or 3027245. OLE color: 3027245.
HSL color Cylindrical-coordinate representation of color #2D312E: hue angle of 135º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #2D312E is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
RGB | 45 | 49 | 46 | - |
CMYK | 0.08 | 0 | 0.06 | 0.81 |
HSL | 135º | 0.04% | 0.18% | - |
HSV(B) | 135º | 0.08% | 0.19% | - |
XYZ | 2.67 | 2.95 | 3.01 | - |
YUV | 47.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 49 | 46 | 0.08 | 0 | 0.06 | 0.81 | 135 | 0.04 | 0.18 |
Hex | 2D | 31 | 2E | 8 | 0 | 6 | 51 | 87 | 4 | 12 |
Octal | 55 | 61 | 56 | 10 | 0 | 6 | 121 | 207 | 4 | 22 |
Binary | 101101 | 110001 | 101110 | 1000 | 0 | 110 | 1010001 | 10000111 | 100 | 10010 |
Color Harmonies of #2D312E
Complementary color
Monochromatic Colors of #2D312E
Black with #2D312E
Text Example
Text Example
White with #2D312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D312E; }
p { color: rgb(45,49,46); }
H1.HeaderClassName
{
color: #2D312E;
}
.AnyTagClassName
{
color: #2D312E;
}
</style>
background-color css
<style>
a { background-color: #2D312E; }
a { background-color: rgb(45,49,46); }
div.DivClassName
{
background-color: #2D312E;
}
.BgClassName
{
background-color: #2D312E;
}
</style>
border-color css
<style>
span { border-color: #2D312E; }
span { border-color: rgb(45,49,46); }
td.TdClassName
{
border-color: #2D312E;
}
.TagClassName
{
border-color: #2D312E;
}
</style>