Shades of Gordons Green #303731
Tints of Gordons Green #303731
RGB
CMYK
RGB Variations
Color information
#303731 (or 0x303731) is known color: Gordons Green. HEX triplet: 30, 37 and 31. RGB value is (48,55,49). Sum of RGB (Red+Green+Blue) = 48+55+49=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 55 - color contains mainly: green. Hex color #303731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303731 is #CFC8CE. Grayscale: #343434. Windows color (decimal): -13617359 or 3225392. OLE color: 3225392.
HSL color Cylindrical-coordinate representation of color #303731: hue angle of 128.57º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #303731 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 55 | 49 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.78 |
| HSL | 128.57º | 0.07% | 0.2% | - |
| HSV(B) | 128.57º | 0.13% | 0.22% | - |
| XYZ | 3.14 | 3.58 | 3.43 | - |
| YUV | 52.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 49 | 0.13 | 0 | 0.11 | 0.78 | 128.57 | 0.07 | 0.2 |
| Hex | 30 | 37 | 31 | D | 0 | B | 4E | 81 | 7 | 14 |
| Octal | 60 | 67 | 61 | 15 | 0 | 13 | 116 | 201 | 7 | 24 |
| Binary | 110000 | 110111 | 110001 | 1101 | 0 | 1011 | 1001110 | 10000001 | 111 | 10100 |
Color Harmonies of #303731
Complementary color
Monochromatic Colors of #303731
Black with #303731
Text Example
Text Example
White with #303731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303731; }
p { color: rgb(48,55,49); }
H1.HeaderClassName
{
color: #303731;
}
.AnyTagClassName
{
color: #303731;
}
</style>
background-color css
<style>
a { background-color: #303731; }
a { background-color: rgb(48,55,49); }
div.DivClassName
{
background-color: #303731;
}
.BgClassName
{
background-color: #303731;
}
</style>
border-color css
<style>
span { border-color: #303731; }
span { border-color: rgb(48,55,49); }
td.TdClassName
{
border-color: #303731;
}
.TagClassName
{
border-color: #303731;
}
</style>