Shades of Gordons Green #313231
Tints of Gordons Green #313231
RGB
CMYK
RGB Variations
Color information
#313231 (or 0x313231) is known color: Gordons Green. HEX triplet: 31, 32 and 31. RGB value is (49,50,49). Sum of RGB (Red+Green+Blue) = 49+50+49=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 50 - color contains mainly: green. Hex color #313231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313231 is #CECDCE. Grayscale: #313131. Windows color (decimal): -13553103 or 3224113. OLE color: 3224113.
HSL color Cylindrical-coordinate representation of color #313231: hue angle of 120º degrees, saturation: 0.01, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #313231 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 50 | 49 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.80 |
| HSL | 120º | 0.01% | 0.19% | - |
| HSV(B) | 120º | 0.02% | 0.2% | - |
| XYZ | 2.96 | 3.16 | 3.36 | - |
| YUV | 49.59 | 127.67 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 49 | 0.02 | 0 | 0.02 | 0.80 | 120 | 0.01 | 0.19 |
| Hex | 31 | 32 | 31 | 2 | 0 | 2 | 50 | 78 | 1 | 13 |
| Octal | 61 | 62 | 61 | 2 | 0 | 2 | 120 | 170 | 1 | 23 |
| Binary | 110001 | 110010 | 110001 | 10 | 0 | 10 | 1010000 | 1111000 | 1 | 10011 |
Color Harmonies of #313231
Complementary color
Monochromatic Colors of #313231
Black with #313231
Text Example
Text Example
White with #313231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313231; }
p { color: rgb(49,50,49); }
H1.HeaderClassName
{
color: #313231;
}
.AnyTagClassName
{
color: #313231;
}
</style>
background-color css
<style>
a { background-color: #313231; }
a { background-color: rgb(49,50,49); }
div.DivClassName
{
background-color: #313231;
}
.BgClassName
{
background-color: #313231;
}
</style>
border-color css
<style>
span { border-color: #313231; }
span { border-color: rgb(49,50,49); }
td.TdClassName
{
border-color: #313231;
}
.TagClassName
{
border-color: #313231;
}
</style>