Shades of Gable Green #28473F
Tints of Gable Green #28473F
RGB
CMYK
RGB Variations
Color information
#28473F (or 0x28473F) is known color: Gable Green. HEX triplet: 28, 47 and 3F. RGB value is (40,71,63). Sum of RGB (Red+Green+Blue) = 40+71+63=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 71 - color contains mainly: green. Hex color #28473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28473F is #D7B8C0. Grayscale: #3C3C3C. Windows color (decimal): -14137537 or 4146984. OLE color: 4146984.
HSL color Cylindrical-coordinate representation of color #28473F: hue angle of 164.52º degrees, saturation: 0.28, 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 #28473F is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 71 | 63 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.72 |
| HSL | 164.52º | 0.28% | 0.22% | - |
| HSV(B) | 164.52º | 0.44% | 0.28% | - |
| XYZ | 4.03 | 5.32 | 5.52 | - |
| YUV | 60.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 63 | 0.44 | 0 | 0.11 | 0.72 | 164.52 | 0.28 | 0.22 |
| Hex | 28 | 47 | 3F | 2C | 0 | B | 48 | A5 | 1C | 16 |
| Octal | 50 | 107 | 77 | 54 | 0 | 13 | 110 | 245 | 34 | 26 |
| Binary | 101000 | 1000111 | 111111 | 101100 | 0 | 1011 | 1001000 | 10100101 | 11100 | 10110 |
Color Harmonies of #28473F
Complementary color
Monochromatic Colors of #28473F
Black with #28473F
Text Example
Text Example
White with #28473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28473F; }
p { color: rgb(40,71,63); }
H1.HeaderClassName
{
color: #28473F;
}
.AnyTagClassName
{
color: #28473F;
}
</style>
background-color css
<style>
a { background-color: #28473F; }
a { background-color: rgb(40,71,63); }
div.DivClassName
{
background-color: #28473F;
}
.BgClassName
{
background-color: #28473F;
}
</style>
border-color css
<style>
span { border-color: #28473F; }
span { border-color: rgb(40,71,63); }
td.TdClassName
{
border-color: #28473F;
}
.TagClassName
{
border-color: #28473F;
}
</style>