Shades of Gable Green #284C46
Tints of Gable Green #284C46
RGB
CMYK
RGB Variations
Color information
#284C46 (or 0x284C46) is known color: Gable Green. HEX triplet: 28, 4C and 46. RGB value is (40,76,70). Sum of RGB (Red+Green+Blue) = 40+76+70=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 76 - color contains mainly: green. Hex color #284C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284C46 is #D7B3B9. Grayscale: #404040. Windows color (decimal): -14136250 or 4607016. OLE color: 4607016.
HSL color Cylindrical-coordinate representation of color #284C46: hue angle of 170º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #284C46 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 76 | 70 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.70 |
| HSL | 170º | 0.31% | 0.23% | - |
| HSV(B) | 170º | 0.47% | 0.3% | - |
| XYZ | 4.57 | 6.06 | 6.72 | - |
| YUV | 64.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 70 | 0.47 | 0 | 0.08 | 0.70 | 170 | 0.31 | 0.23 |
| Hex | 28 | 4C | 46 | 2F | 0 | 8 | 46 | AA | 1F | 17 |
| Octal | 50 | 114 | 106 | 57 | 0 | 10 | 106 | 252 | 37 | 27 |
| Binary | 101000 | 1001100 | 1000110 | 101111 | 0 | 1000 | 1000110 | 10101010 | 11111 | 10111 |
Color Harmonies of #284C46
Complementary color
Monochromatic Colors of #284C46
Black with #284C46
Text Example
Text Example
White with #284C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284C46; }
p { color: rgb(40,76,70); }
H1.HeaderClassName
{
color: #284C46;
}
.AnyTagClassName
{
color: #284C46;
}
</style>
background-color css
<style>
a { background-color: #284C46; }
a { background-color: rgb(40,76,70); }
div.DivClassName
{
background-color: #284C46;
}
.BgClassName
{
background-color: #284C46;
}
</style>
border-color css
<style>
span { border-color: #284C46; }
span { border-color: rgb(40,76,70); }
td.TdClassName
{
border-color: #284C46;
}
.TagClassName
{
border-color: #284C46;
}
</style>