Shades of Gable Green #28413A
Tints of Gable Green #28413A
RGB
CMYK
RGB Variations
Color information
#28413A (or 0x28413A) is known color: Gable Green. HEX triplet: 28, 41 and 3A. RGB value is (40,65,58). Sum of RGB (Red+Green+Blue) = 40+65+58=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 65 - color contains mainly: green. Hex color #28413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28413A is #D7BEC5. Grayscale: #383838. Windows color (decimal): -14139078 or 3817768. OLE color: 3817768.
HSL color Cylindrical-coordinate representation of color #28413A: hue angle of 163.2º 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 #28413A is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 65 | 58 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.75 |
| HSL | 163.2º | 0.24% | 0.21% | - |
| HSV(B) | 163.2º | 0.38% | 0.25% | - |
| XYZ | 3.53 | 4.54 | 4.69 | - |
| YUV | 56.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 58 | 0.38 | 0 | 0.11 | 0.75 | 163.2 | 0.24 | 0.21 |
| Hex | 28 | 41 | 3A | 26 | 0 | B | 4B | A3 | 18 | 15 |
| Octal | 50 | 101 | 72 | 46 | 0 | 13 | 113 | 243 | 30 | 25 |
| Binary | 101000 | 1000001 | 111010 | 100110 | 0 | 1011 | 1001011 | 10100011 | 11000 | 10101 |
Color Harmonies of #28413A
Complementary color
Monochromatic Colors of #28413A
Black with #28413A
Text Example
Text Example
White with #28413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28413A; }
p { color: rgb(40,65,58); }
H1.HeaderClassName
{
color: #28413A;
}
.AnyTagClassName
{
color: #28413A;
}
</style>
background-color css
<style>
a { background-color: #28413A; }
a { background-color: rgb(40,65,58); }
div.DivClassName
{
background-color: #28413A;
}
.BgClassName
{
background-color: #28413A;
}
</style>
border-color css
<style>
span { border-color: #28413A; }
span { border-color: rgb(40,65,58); }
td.TdClassName
{
border-color: #28413A;
}
.TagClassName
{
border-color: #28413A;
}
</style>