Shades of Gordons Green #303631
Tints of Gordons Green #303631
RGB
CMYK
RGB Variations
Color information
#303631 (or 0x303631) is known color: Gordons Green. HEX triplet: 30, 36 and 31. RGB value is (48,54,49). Sum of RGB (Red+Green+Blue) = 48+54+49=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 54 - color contains mainly: green. Hex color #303631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303631 is #CFC9CE. Grayscale: #333333. Windows color (decimal): -13617615 or 3225136. OLE color: 3225136.
HSL color Cylindrical-coordinate representation of color #303631: hue angle of 130º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #303631 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 54 | 49 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.79 |
| HSL | 130º | 0.06% | 0.2% | - |
| HSV(B) | 130º | 0.11% | 0.21% | - |
| XYZ | 3.09 | 3.49 | 3.42 | - |
| YUV | 51.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 49 | 0.11 | 0 | 0.09 | 0.79 | 130 | 0.06 | 0.2 |
| Hex | 30 | 36 | 31 | B | 0 | 9 | 4F | 82 | 6 | 14 |
| Octal | 60 | 66 | 61 | 13 | 0 | 11 | 117 | 202 | 6 | 24 |
| Binary | 110000 | 110110 | 110001 | 1011 | 0 | 1001 | 1001111 | 10000010 | 110 | 10100 |
Color Harmonies of #303631
Complementary color
Monochromatic Colors of #303631
Black with #303631
Text Example
Text Example
White with #303631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303631; }
p { color: rgb(48,54,49); }
H1.HeaderClassName
{
color: #303631;
}
.AnyTagClassName
{
color: #303631;
}
</style>
background-color css
<style>
a { background-color: #303631; }
a { background-color: rgb(48,54,49); }
div.DivClassName
{
background-color: #303631;
}
.BgClassName
{
background-color: #303631;
}
</style>
border-color css
<style>
span { border-color: #303631; }
span { border-color: rgb(48,54,49); }
td.TdClassName
{
border-color: #303631;
}
.TagClassName
{
border-color: #303631;
}
</style>