Shades of Gordons Green #303530
Tints of Gordons Green #303530
RGB
CMYK
RGB Variations
Color information
#303530 (or 0x303530) is known color: Gordons Green. HEX triplet: 30, 35 and 30. RGB value is (48,53,48). Sum of RGB (Red+Green+Blue) = 48+53+48=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 53 - color contains mainly: green. Hex color #303530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303530 is #CFCACF. Grayscale: #323232. Windows color (decimal): -13617872 or 3159344. OLE color: 3159344.
HSL color Cylindrical-coordinate representation of color #303530: hue angle of 120º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #303530 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 53 | 48 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.79 |
| HSL | 120º | 0.05% | 0.2% | - |
| HSV(B) | 120º | 0.09% | 0.21% | - |
| XYZ | 3.03 | 3.39 | 3.29 | - |
| YUV | 50.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 48 | 0.09 | 0 | 0.09 | 0.79 | 120 | 0.05 | 0.2 |
| Hex | 30 | 35 | 30 | 9 | 0 | 9 | 4F | 78 | 5 | 14 |
| Octal | 60 | 65 | 60 | 11 | 0 | 11 | 117 | 170 | 5 | 24 |
| Binary | 110000 | 110101 | 110000 | 1001 | 0 | 1001 | 1001111 | 1111000 | 101 | 10100 |
Color Harmonies of #303530
Complementary color
Monochromatic Colors of #303530
Black with #303530
Text Example
Text Example
White with #303530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303530; }
p { color: rgb(48,53,48); }
H1.HeaderClassName
{
color: #303530;
}
.AnyTagClassName
{
color: #303530;
}
</style>
background-color css
<style>
a { background-color: #303530; }
a { background-color: rgb(48,53,48); }
div.DivClassName
{
background-color: #303530;
}
.BgClassName
{
background-color: #303530;
}
</style>
border-color css
<style>
span { border-color: #303530; }
span { border-color: rgb(48,53,48); }
td.TdClassName
{
border-color: #303530;
}
.TagClassName
{
border-color: #303530;
}
</style>