Shades of Gable Green #30403C
Tints of Gable Green #30403C
RGB
CMYK
RGB Variations
Color information
#30403C (or 0x30403C) is known color: Gable Green. HEX triplet: 30, 40 and 3C. RGB value is (48,64,60). Sum of RGB (Red+Green+Blue) = 48+64+60=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #30403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30403C is #CFBFC3. Grayscale: #3A3A3A. Windows color (decimal): -13615044 or 3948592. OLE color: 3948592.
HSL color Cylindrical-coordinate representation of color #30403C: hue angle of 165º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #30403C is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 60 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.75 |
| HSL | 165º | 0.14% | 0.22% | - |
| HSV(B) | 165º | 0.25% | 0.25% | - |
| XYZ | 3.87 | 4.62 | 4.96 | - |
| YUV | 58.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 60 | 0.25 | 0 | 0.06 | 0.75 | 165 | 0.14 | 0.22 |
| Hex | 30 | 40 | 3C | 19 | 0 | 6 | 4B | A5 | E | 16 |
| Octal | 60 | 100 | 74 | 31 | 0 | 6 | 113 | 245 | 16 | 26 |
| Binary | 110000 | 1000000 | 111100 | 11001 | 0 | 110 | 1001011 | 10100101 | 1110 | 10110 |
Color Harmonies of #30403C
Complementary color
Monochromatic Colors of #30403C
Black with #30403C
Text Example
Text Example
White with #30403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30403C; }
p { color: rgb(48,64,60); }
H1.HeaderClassName
{
color: #30403C;
}
.AnyTagClassName
{
color: #30403C;
}
</style>
background-color css
<style>
a { background-color: #30403C; }
a { background-color: rgb(48,64,60); }
div.DivClassName
{
background-color: #30403C;
}
.BgClassName
{
background-color: #30403C;
}
</style>
border-color css
<style>
span { border-color: #30403C; }
span { border-color: rgb(48,64,60); }
td.TdClassName
{
border-color: #30403C;
}
.TagClassName
{
border-color: #30403C;
}
</style>