Shades of Gable Green #284845
Tints of Gable Green #284845
RGB
CMYK
RGB Variations
Color information
#284845 (or 0x284845) is known color: Gable Green. HEX triplet: 28, 48 and 45. RGB value is (40,72,69). Sum of RGB (Red+Green+Blue) = 40+72+69=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #284845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284845 is #D7B7BA. Grayscale: #3E3E3E. Windows color (decimal): -14137275 or 4540456. OLE color: 4540456.
HSL color Cylindrical-coordinate representation of color #284845: hue angle of 174.38º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #284845 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 72 | 69 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.72 |
| HSL | 174.38º | 0.29% | 0.22% | - |
| HSV(B) | 174.38º | 0.44% | 0.28% | - |
| XYZ | 4.27 | 5.52 | 6.47 | - |
| YUV | 62.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 69 | 0.44 | 0 | 0.04 | 0.72 | 174.38 | 0.29 | 0.22 |
| Hex | 28 | 48 | 45 | 2C | 0 | 4 | 48 | AE | 1D | 16 |
| Octal | 50 | 110 | 105 | 54 | 0 | 4 | 110 | 256 | 35 | 26 |
| Binary | 101000 | 1001000 | 1000101 | 101100 | 0 | 100 | 1001000 | 10101110 | 11101 | 10110 |
Color Harmonies of #284845
Complementary color
Monochromatic Colors of #284845
Black with #284845
Text Example
Text Example
White with #284845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284845; }
p { color: rgb(40,72,69); }
H1.HeaderClassName
{
color: #284845;
}
.AnyTagClassName
{
color: #284845;
}
</style>
background-color css
<style>
a { background-color: #284845; }
a { background-color: rgb(40,72,69); }
div.DivClassName
{
background-color: #284845;
}
.BgClassName
{
background-color: #284845;
}
</style>
border-color css
<style>
span { border-color: #284845; }
span { border-color: rgb(40,72,69); }
td.TdClassName
{
border-color: #284845;
}
.TagClassName
{
border-color: #284845;
}
</style>