Shades of Gordons Green #303130
Tints of Gordons Green #303130
RGB
CMYK
RGB Variations
Color information
#303130 (or 0x303130) is known color: Gordons Green. HEX triplet: 30, 31 and 30. RGB value is (48,49,48). Sum of RGB (Red+Green+Blue) = 48+49+48=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 49 - color contains mainly: green. Hex color #303130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303130 is #CFCECF. Grayscale: #303030. Windows color (decimal): -13618896 or 3158320. OLE color: 3158320.
HSL color Cylindrical-coordinate representation of color #303130: hue angle of 120º degrees, saturation: 0.01, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #303130 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 49 | 48 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.81 |
| HSL | 120º | 0.01% | 0.19% | - |
| HSV(B) | 120º | 0.02% | 0.19% | - |
| XYZ | 2.85 | 3.04 | 3.23 | - |
| YUV | 48.59 | 127.67 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 48 | 0.02 | 0 | 0.02 | 0.81 | 120 | 0.01 | 0.19 |
| Hex | 30 | 31 | 30 | 2 | 0 | 2 | 51 | 78 | 1 | 13 |
| Octal | 60 | 61 | 60 | 2 | 0 | 2 | 121 | 170 | 1 | 23 |
| Binary | 110000 | 110001 | 110000 | 10 | 0 | 10 | 1010001 | 1111000 | 1 | 10011 |
Color Harmonies of #303130
Complementary color
Monochromatic Colors of #303130
Black with #303130
Text Example
Text Example
White with #303130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303130; }
p { color: rgb(48,49,48); }
H1.HeaderClassName
{
color: #303130;
}
.AnyTagClassName
{
color: #303130;
}
</style>
background-color css
<style>
a { background-color: #303130; }
a { background-color: rgb(48,49,48); }
div.DivClassName
{
background-color: #303130;
}
.BgClassName
{
background-color: #303130;
}
</style>
border-color css
<style>
span { border-color: #303130; }
span { border-color: rgb(48,49,48); }
td.TdClassName
{
border-color: #303130;
}
.TagClassName
{
border-color: #303130;
}
</style>