Shades of Gable Green #1F5148
Tints of Gable Green #1F5148
RGB
CMYK
RGB Variations
Color information
#1F5148 (or 0x1F5148) is known color: Gable Green. HEX triplet: 1F, 51 and 48. RGB value is (31,81,72). Sum of RGB (Red+Green+Blue) = 31+81+72=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #1F5148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5148 is #E0AEB7. Grayscale: #414141. Windows color (decimal): -14724792 or 4739359. OLE color: 4739359.
HSL color Cylindrical-coordinate representation of color #1F5148: hue angle of 169.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F5148 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 81 | 72 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.68 |
| HSL | 169.2º | 0.45% | 0.22% | - |
| HSV(B) | 169.2º | 0.62% | 0.32% | - |
| XYZ | 4.68 | 6.64 | 7.17 | - |
| YUV | 65.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 72 | 0.62 | 0 | 0.11 | 0.68 | 169.2 | 0.45 | 0.22 |
| Hex | 1F | 51 | 48 | 3E | 0 | B | 44 | A9 | 2D | 16 |
| Octal | 37 | 121 | 110 | 76 | 0 | 13 | 104 | 251 | 55 | 26 |
| Binary | 11111 | 1010001 | 1001000 | 111110 | 0 | 1011 | 1000100 | 10101001 | 101101 | 10110 |
Color Harmonies of #1F5148
Complementary color
Monochromatic Colors of #1F5148
Black with #1F5148
Text Example
Text Example
White with #1F5148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5148; }
p { color: rgb(31,81,72); }
H1.HeaderClassName
{
color: #1F5148;
}
.AnyTagClassName
{
color: #1F5148;
}
</style>
background-color css
<style>
a { background-color: #1F5148; }
a { background-color: rgb(31,81,72); }
div.DivClassName
{
background-color: #1F5148;
}
.BgClassName
{
background-color: #1F5148;
}
</style>
border-color css
<style>
span { border-color: #1F5148; }
span { border-color: rgb(31,81,72); }
td.TdClassName
{
border-color: #1F5148;
}
.TagClassName
{
border-color: #1F5148;
}
</style>