Shades of Gable Green #284D45
Tints of Gable Green #284D45
RGB
CMYK
RGB Variations
Color information
#284D45 (or 0x284D45) is known color: Gable Green. HEX triplet: 28, 4D and 45. RGB value is (40,77,69). Sum of RGB (Red+Green+Blue) = 40+77+69=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 77 - color contains mainly: green. Hex color #284D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #284D45 is #D7B2BA. Grayscale: #414141. Windows color (decimal): -14135995 or 4541736. OLE color: 4541736.
HSL color Cylindrical-coordinate representation of color #284D45: hue angle of 167.03º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #284D45 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 77 | 69 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.70 |
| HSL | 167.03º | 0.32% | 0.23% | - |
| HSV(B) | 167.03º | 0.48% | 0.3% | - |
| XYZ | 4.6 | 6.19 | 6.58 | - |
| YUV | 65.03 | 130.24 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 77 | 69 | 0.48 | 0 | 0.10 | 0.70 | 167.03 | 0.32 | 0.23 |
| Hex | 28 | 4D | 45 | 30 | 0 | A | 46 | A7 | 20 | 17 |
| Octal | 50 | 115 | 105 | 60 | 0 | 12 | 106 | 247 | 40 | 27 |
| Binary | 101000 | 1001101 | 1000101 | 110000 | 0 | 1010 | 1000110 | 10100111 | 100000 | 10111 |
Color Harmonies of #284D45
Complementary color
Monochromatic Colors of #284D45
Black with #284D45
Text Example
Text Example
White with #284D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284D45; }
p { color: rgb(40,77,69); }
H1.HeaderClassName
{
color: #284D45;
}
.AnyTagClassName
{
color: #284D45;
}
</style>
background-color css
<style>
a { background-color: #284D45; }
a { background-color: rgb(40,77,69); }
div.DivClassName
{
background-color: #284D45;
}
.BgClassName
{
background-color: #284D45;
}
</style>
border-color css
<style>
span { border-color: #284D45; }
span { border-color: rgb(40,77,69); }
td.TdClassName
{
border-color: #284D45;
}
.TagClassName
{
border-color: #284D45;
}
</style>