Shades of Gable Green #274944
Tints of Gable Green #274944
RGB
CMYK
RGB Variations
Color information
#274944 (or 0x274944) is known color: Gable Green. HEX triplet: 27, 49 and 44. RGB value is (39,73,68). Sum of RGB (Red+Green+Blue) = 39+73+68=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 73 - color contains mainly: green. Hex color #274944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274944 is #D8B6BB. Grayscale: #3E3E3E. Windows color (decimal): -14202556 or 4475175. OLE color: 4475175.
HSL color Cylindrical-coordinate representation of color #274944: hue angle of 171.18º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #274944 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 73 | 68 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.71 |
| HSL | 171.18º | 0.3% | 0.22% | - |
| HSV(B) | 171.18º | 0.47% | 0.29% | - |
| XYZ | 4.26 | 5.61 | 6.33 | - |
| YUV | 62.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 68 | 0.47 | 0 | 0.07 | 0.71 | 171.18 | 0.3 | 0.22 |
| Hex | 27 | 49 | 44 | 2F | 0 | 7 | 47 | AB | 1E | 16 |
| Octal | 47 | 111 | 104 | 57 | 0 | 7 | 107 | 253 | 36 | 26 |
| Binary | 100111 | 1001001 | 1000100 | 101111 | 0 | 111 | 1000111 | 10101011 | 11110 | 10110 |
Color Harmonies of #274944
Complementary color
Monochromatic Colors of #274944
Black with #274944
Text Example
Text Example
White with #274944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274944; }
p { color: rgb(39,73,68); }
H1.HeaderClassName
{
color: #274944;
}
.AnyTagClassName
{
color: #274944;
}
</style>
background-color css
<style>
a { background-color: #274944; }
a { background-color: rgb(39,73,68); }
div.DivClassName
{
background-color: #274944;
}
.BgClassName
{
background-color: #274944;
}
</style>
border-color css
<style>
span { border-color: #274944; }
span { border-color: rgb(39,73,68); }
td.TdClassName
{
border-color: #274944;
}
.TagClassName
{
border-color: #274944;
}
</style>