Shades of Gable Green #274C48
Tints of Gable Green #274C48
RGB
CMYK
RGB Variations
Color information
#274C48 (or 0x274C48) is known color: Gable Green. HEX triplet: 27, 4C and 48. RGB value is (39,76,72). Sum of RGB (Red+Green+Blue) = 39+76+72=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #274C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274C48 is #D8B3B7. Grayscale: #404040. Windows color (decimal): -14201784 or 4738087. OLE color: 4738087.
HSL color Cylindrical-coordinate representation of color #274C48: hue angle of 173.51º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #274C48 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 76 | 72 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.70 |
| HSL | 173.51º | 0.32% | 0.23% | - |
| HSV(B) | 173.51º | 0.49% | 0.3% | - |
| XYZ | 4.59 | 6.07 | 7.06 | - |
| YUV | 64.48 | 132.24 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 72 | 0.49 | 0 | 0.05 | 0.70 | 173.51 | 0.32 | 0.23 |
| Hex | 27 | 4C | 48 | 31 | 0 | 5 | 46 | AE | 20 | 17 |
| Octal | 47 | 114 | 110 | 61 | 0 | 5 | 106 | 256 | 40 | 27 |
| Binary | 100111 | 1001100 | 1001000 | 110001 | 0 | 101 | 1000110 | 10101110 | 100000 | 10111 |
Color Harmonies of #274C48
Complementary color
Monochromatic Colors of #274C48
Black with #274C48
Text Example
Text Example
White with #274C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274C48; }
p { color: rgb(39,76,72); }
H1.HeaderClassName
{
color: #274C48;
}
.AnyTagClassName
{
color: #274C48;
}
</style>
background-color css
<style>
a { background-color: #274C48; }
a { background-color: rgb(39,76,72); }
div.DivClassName
{
background-color: #274C48;
}
.BgClassName
{
background-color: #274C48;
}
</style>
border-color css
<style>
span { border-color: #274C48; }
span { border-color: rgb(39,76,72); }
td.TdClassName
{
border-color: #274C48;
}
.TagClassName
{
border-color: #274C48;
}
</style>