Shades of Gable Green #275249
Tints of Gable Green #275249
RGB
CMYK
RGB Variations
Color information
#275249 (or 0x275249) is known color: Gable Green. HEX triplet: 27, 52 and 49. RGB value is (39,82,73). Sum of RGB (Red+Green+Blue) = 39+82+73=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #275249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275249 is #D8ADB6. Grayscale: #444444. Windows color (decimal): -14200247 or 4805159. OLE color: 4805159.
HSL color Cylindrical-coordinate representation of color #275249: hue angle of 167.44º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #275249 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 82 | 73 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.68 |
| HSL | 167.44º | 0.36% | 0.24% | - |
| HSV(B) | 167.44º | 0.52% | 0.32% | - |
| XYZ | 5.06 | 6.95 | 7.38 | - |
| YUV | 68.12 | 130.75 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 82 | 73 | 0.52 | 0 | 0.11 | 0.68 | 167.44 | 0.36 | 0.24 |
| Hex | 27 | 52 | 49 | 34 | 0 | B | 44 | A7 | 24 | 18 |
| Octal | 47 | 122 | 111 | 64 | 0 | 13 | 104 | 247 | 44 | 30 |
| Binary | 100111 | 1010010 | 1001001 | 110100 | 0 | 1011 | 1000100 | 10100111 | 100100 | 11000 |
Color Harmonies of #275249
Complementary color
Monochromatic Colors of #275249
Black with #275249
Text Example
Text Example
White with #275249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275249; }
p { color: rgb(39,82,73); }
H1.HeaderClassName
{
color: #275249;
}
.AnyTagClassName
{
color: #275249;
}
</style>
background-color css
<style>
a { background-color: #275249; }
a { background-color: rgb(39,82,73); }
div.DivClassName
{
background-color: #275249;
}
.BgClassName
{
background-color: #275249;
}
</style>
border-color css
<style>
span { border-color: #275249; }
span { border-color: rgb(39,82,73); }
td.TdClassName
{
border-color: #275249;
}
.TagClassName
{
border-color: #275249;
}
</style>