Shades of Gable Green #274845
Tints of Gable Green #274845
RGB
CMYK
RGB Variations
Color information
#274845 (or 0x274845) is known color: Gable Green. HEX triplet: 27, 48 and 45. RGB value is (39,72,69). Sum of RGB (Red+Green+Blue) = 39+72+69=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 72 - color contains mainly: green. Hex color #274845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274845 is #D8B7BA. Grayscale: #3D3D3D. Windows color (decimal): -14202811 or 4540455. OLE color: 4540455.
HSL color Cylindrical-coordinate representation of color #274845: hue angle of 174.55º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #274845 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 72 | 69 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.72 |
| HSL | 174.55º | 0.3% | 0.22% | - |
| HSV(B) | 174.55º | 0.46% | 0.28% | - |
| XYZ | 4.23 | 5.5 | 6.47 | - |
| YUV | 61.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 69 | 0.46 | 0 | 0.04 | 0.72 | 174.55 | 0.3 | 0.22 |
| Hex | 27 | 48 | 45 | 2E | 0 | 4 | 48 | AF | 1E | 16 |
| Octal | 47 | 110 | 105 | 56 | 0 | 4 | 110 | 257 | 36 | 26 |
| Binary | 100111 | 1001000 | 1000101 | 101110 | 0 | 100 | 1001000 | 10101111 | 11110 | 10110 |
Color Harmonies of #274845
Complementary color
Monochromatic Colors of #274845
Black with #274845
Text Example
Text Example
White with #274845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274845; }
p { color: rgb(39,72,69); }
H1.HeaderClassName
{
color: #274845;
}
.AnyTagClassName
{
color: #274845;
}
</style>
background-color css
<style>
a { background-color: #274845; }
a { background-color: rgb(39,72,69); }
div.DivClassName
{
background-color: #274845;
}
.BgClassName
{
background-color: #274845;
}
</style>
border-color css
<style>
span { border-color: #274845; }
span { border-color: rgb(39,72,69); }
td.TdClassName
{
border-color: #274845;
}
.TagClassName
{
border-color: #274845;
}
</style>