Shades of Gordons Green #303B31
Tints of Gordons Green #303B31
RGB
CMYK
RGB Variations
Color information
#303B31 (or 0x303B31) is known color: Gordons Green. HEX triplet: 30, 3B and 31. RGB value is (48,59,49). Sum of RGB (Red+Green+Blue) = 48+59+49=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 59 - color contains mainly: green. Hex color #303B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B31 is #CFC4CE. Grayscale: #363636. Windows color (decimal): -13616335 or 3226416. OLE color: 3226416.
HSL color Cylindrical-coordinate representation of color #303B31: hue angle of 125.45º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #303B31 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 59 | 49 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.77 |
| HSL | 125.45º | 0.1% | 0.21% | - |
| HSV(B) | 125.45º | 0.19% | 0.23% | - |
| XYZ | 3.34 | 3.98 | 3.5 | - |
| YUV | 54.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 49 | 0.19 | 0 | 0.17 | 0.77 | 125.45 | 0.1 | 0.21 |
| Hex | 30 | 3B | 31 | 13 | 0 | 11 | 4D | 7D | A | 15 |
| Octal | 60 | 73 | 61 | 23 | 0 | 21 | 115 | 175 | 12 | 25 |
| Binary | 110000 | 111011 | 110001 | 10011 | 0 | 10001 | 1001101 | 1111101 | 1010 | 10101 |
Color Harmonies of #303B31
Complementary color
Monochromatic Colors of #303B31
Black with #303B31
Text Example
Text Example
White with #303B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B31; }
p { color: rgb(48,59,49); }
H1.HeaderClassName
{
color: #303B31;
}
.AnyTagClassName
{
color: #303B31;
}
</style>
background-color css
<style>
a { background-color: #303B31; }
a { background-color: rgb(48,59,49); }
div.DivClassName
{
background-color: #303B31;
}
.BgClassName
{
background-color: #303B31;
}
</style>
border-color css
<style>
span { border-color: #303B31; }
span { border-color: rgb(48,59,49); }
td.TdClassName
{
border-color: #303B31;
}
.TagClassName
{
border-color: #303B31;
}
</style>