Shades of Gable Green #284540
Tints of Gable Green #284540
RGB
CMYK
RGB Variations
Color information
#284540 (or 0x284540) is known color: Gable Green. HEX triplet: 28, 45 and 40. RGB value is (40,69,64). Sum of RGB (Red+Green+Blue) = 40+69+64=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 69 - color contains mainly: green. Hex color #284540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284540 is #D7BABF. Grayscale: #3B3B3B. Windows color (decimal): -14138048 or 4212008. OLE color: 4212008.
HSL color Cylindrical-coordinate representation of color #284540: hue angle of 169.66º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #284540 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 69 | 64 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.73 |
| HSL | 169.66º | 0.27% | 0.21% | - |
| HSV(B) | 169.66º | 0.42% | 0.27% | - |
| XYZ | 3.93 | 5.08 | 5.62 | - |
| YUV | 59.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 64 | 0.42 | 0 | 0.07 | 0.73 | 169.66 | 0.27 | 0.21 |
| Hex | 28 | 45 | 40 | 2A | 0 | 7 | 49 | AA | 1B | 15 |
| Octal | 50 | 105 | 100 | 52 | 0 | 7 | 111 | 252 | 33 | 25 |
| Binary | 101000 | 1000101 | 1000000 | 101010 | 0 | 111 | 1001001 | 10101010 | 11011 | 10101 |
Color Harmonies of #284540
Complementary color
Monochromatic Colors of #284540
Black with #284540
Text Example
Text Example
White with #284540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284540; }
p { color: rgb(40,69,64); }
H1.HeaderClassName
{
color: #284540;
}
.AnyTagClassName
{
color: #284540;
}
</style>
background-color css
<style>
a { background-color: #284540; }
a { background-color: rgb(40,69,64); }
div.DivClassName
{
background-color: #284540;
}
.BgClassName
{
background-color: #284540;
}
</style>
border-color css
<style>
span { border-color: #284540; }
span { border-color: rgb(40,69,64); }
td.TdClassName
{
border-color: #284540;
}
.TagClassName
{
border-color: #284540;
}
</style>