Shades of Gable Green #303F3C
Tints of Gable Green #303F3C
RGB
CMYK
RGB Variations
Color information
#303F3C (or 0x303F3C) is known color: Gable Green. HEX triplet: 30, 3F and 3C. RGB value is (48,63,60). Sum of RGB (Red+Green+Blue) = 48+63+60=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 63 - color contains mainly: green. Hex color #303F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F3C is #CFC0C3. Grayscale: #3A3A3A. Windows color (decimal): -13615300 or 3948336. OLE color: 3948336.
HSL color Cylindrical-coordinate representation of color #303F3C: hue angle of 168º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #303F3C is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 63 | 60 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.75 |
| HSL | 168º | 0.14% | 0.22% | - |
| HSV(B) | 168º | 0.24% | 0.25% | - |
| XYZ | 3.81 | 4.51 | 4.94 | - |
| YUV | 58.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 60 | 0.24 | 0 | 0.05 | 0.75 | 168 | 0.14 | 0.22 |
| Hex | 30 | 3F | 3C | 18 | 0 | 5 | 4B | A8 | E | 16 |
| Octal | 60 | 77 | 74 | 30 | 0 | 5 | 113 | 250 | 16 | 26 |
| Binary | 110000 | 111111 | 111100 | 11000 | 0 | 101 | 1001011 | 10101000 | 1110 | 10110 |
Color Harmonies of #303F3C
Complementary color
Monochromatic Colors of #303F3C
Black with #303F3C
Text Example
Text Example
White with #303F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F3C; }
p { color: rgb(48,63,60); }
H1.HeaderClassName
{
color: #303F3C;
}
.AnyTagClassName
{
color: #303F3C;
}
</style>
background-color css
<style>
a { background-color: #303F3C; }
a { background-color: rgb(48,63,60); }
div.DivClassName
{
background-color: #303F3C;
}
.BgClassName
{
background-color: #303F3C;
}
</style>
border-color css
<style>
span { border-color: #303F3C; }
span { border-color: rgb(48,63,60); }
td.TdClassName
{
border-color: #303F3C;
}
.TagClassName
{
border-color: #303F3C;
}
</style>