Shades of Gable Green #28413E
Tints of Gable Green #28413E
RGB
CMYK
RGB Variations
Color information
#28413E (or 0x28413E) is known color: Gable Green. HEX triplet: 28, 41 and 3E. RGB value is (40,65,62). Sum of RGB (Red+Green+Blue) = 40+65+62=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 65 - color contains mainly: green. Hex color #28413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28413E is #D7BEC1. Grayscale: #393939. Windows color (decimal): -14139074 or 4079912. OLE color: 4079912.
HSL color Cylindrical-coordinate representation of color #28413E: hue angle of 172.8º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #28413E is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 65 | 62 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.75 |
| HSL | 172.8º | 0.24% | 0.21% | - |
| HSV(B) | 172.8º | 0.38% | 0.25% | - |
| XYZ | 3.63 | 4.58 | 5.25 | - |
| YUV | 57.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 62 | 0.38 | 0 | 0.05 | 0.75 | 172.8 | 0.24 | 0.21 |
| Hex | 28 | 41 | 3E | 26 | 0 | 5 | 4B | AD | 18 | 15 |
| Octal | 50 | 101 | 76 | 46 | 0 | 5 | 113 | 255 | 30 | 25 |
| Binary | 101000 | 1000001 | 111110 | 100110 | 0 | 101 | 1001011 | 10101101 | 11000 | 10101 |
Color Harmonies of #28413E
Complementary color
Monochromatic Colors of #28413E
Black with #28413E
Text Example
Text Example
White with #28413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28413E; }
p { color: rgb(40,65,62); }
H1.HeaderClassName
{
color: #28413E;
}
.AnyTagClassName
{
color: #28413E;
}
</style>
background-color css
<style>
a { background-color: #28413E; }
a { background-color: rgb(40,65,62); }
div.DivClassName
{
background-color: #28413E;
}
.BgClassName
{
background-color: #28413E;
}
</style>
border-color css
<style>
span { border-color: #28413E; }
span { border-color: rgb(40,65,62); }
td.TdClassName
{
border-color: #28413E;
}
.TagClassName
{
border-color: #28413E;
}
</style>