Shades of Gable Green #274F49
Tints of Gable Green #274F49
RGB
CMYK
RGB Variations
Color information
#274F49 (or 0x274F49) is known color: Gable Green. HEX triplet: 27, 4F and 49. RGB value is (39,79,73). Sum of RGB (Red+Green+Blue) = 39+79+73=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 79 - color contains mainly: green. Hex color #274F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274F49 is #D8B0B6. Grayscale: #424242. Windows color (decimal): -14201015 or 4804391. OLE color: 4804391.
HSL color Cylindrical-coordinate representation of color #274F49: hue angle of 171º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #274F49 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 79 | 73 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.69 |
| HSL | 171º | 0.34% | 0.23% | - |
| HSV(B) | 171º | 0.51% | 0.31% | - |
| XYZ | 4.84 | 6.5 | 7.3 | - |
| YUV | 66.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 79 | 73 | 0.51 | 0 | 0.08 | 0.69 | 171 | 0.34 | 0.23 |
| Hex | 27 | 4F | 49 | 33 | 0 | 8 | 45 | AB | 22 | 17 |
| Octal | 47 | 117 | 111 | 63 | 0 | 10 | 105 | 253 | 42 | 27 |
| Binary | 100111 | 1001111 | 1001001 | 110011 | 0 | 1000 | 1000101 | 10101011 | 100010 | 10111 |
Color Harmonies of #274F49
Complementary color
Monochromatic Colors of #274F49
Black with #274F49
Text Example
Text Example
White with #274F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274F49; }
p { color: rgb(39,79,73); }
H1.HeaderClassName
{
color: #274F49;
}
.AnyTagClassName
{
color: #274F49;
}
</style>
background-color css
<style>
a { background-color: #274F49; }
a { background-color: rgb(39,79,73); }
div.DivClassName
{
background-color: #274F49;
}
.BgClassName
{
background-color: #274F49;
}
</style>
border-color css
<style>
span { border-color: #274F49; }
span { border-color: rgb(39,79,73); }
td.TdClassName
{
border-color: #274F49;
}
.TagClassName
{
border-color: #274F49;
}
</style>