Shades of Gable Green #303D3A
Tints of Gable Green #303D3A
RGB
CMYK
RGB Variations
Color information
#303D3A (or 0x303D3A) is known color: Gable Green. HEX triplet: 30, 3D and 3A. RGB value is (48,61,58). Sum of RGB (Red+Green+Blue) = 48+61+58=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 61 - color contains mainly: green. Hex color #303D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D3A is #CFC2C5. Grayscale: #383838. Windows color (decimal): -13615814 or 3816752. OLE color: 3816752.
HSL color Cylindrical-coordinate representation of color #303D3A: hue angle of 166.15º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #303D3A is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 61 | 58 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.76 |
| HSL | 166.15º | 0.12% | 0.21% | - |
| HSV(B) | 166.15º | 0.21% | 0.24% | - |
| XYZ | 3.65 | 4.27 | 4.63 | - |
| YUV | 56.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 58 | 0.21 | 0 | 0.05 | 0.76 | 166.15 | 0.12 | 0.21 |
| Hex | 30 | 3D | 3A | 15 | 0 | 5 | 4C | A6 | C | 15 |
| Octal | 60 | 75 | 72 | 25 | 0 | 5 | 114 | 246 | 14 | 25 |
| Binary | 110000 | 111101 | 111010 | 10101 | 0 | 101 | 1001100 | 10100110 | 1100 | 10101 |
Color Harmonies of #303D3A
Complementary color
Monochromatic Colors of #303D3A
Black with #303D3A
Text Example
Text Example
White with #303D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D3A; }
p { color: rgb(48,61,58); }
H1.HeaderClassName
{
color: #303D3A;
}
.AnyTagClassName
{
color: #303D3A;
}
</style>
background-color css
<style>
a { background-color: #303D3A; }
a { background-color: rgb(48,61,58); }
div.DivClassName
{
background-color: #303D3A;
}
.BgClassName
{
background-color: #303D3A;
}
</style>
border-color css
<style>
span { border-color: #303D3A; }
span { border-color: rgb(48,61,58); }
td.TdClassName
{
border-color: #303D3A;
}
.TagClassName
{
border-color: #303D3A;
}
</style>