Shades of Gable Green #28413B
Tints of Gable Green #28413B
RGB
CMYK
RGB Variations
Color information
#28413B (or 0x28413B) is known color: Gable Green. HEX triplet: 28, 41 and 3B. RGB value is (40,65,59). Sum of RGB (Red+Green+Blue) = 40+65+59=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 65 - color contains mainly: green. Hex color #28413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28413B is #D7BEC4. Grayscale: #383838. Windows color (decimal): -14139077 or 3883304. OLE color: 3883304.
HSL color Cylindrical-coordinate representation of color #28413B: hue angle of 165.6º 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 #28413B is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 65 | 59 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.75 |
| HSL | 165.6º | 0.24% | 0.21% | - |
| HSV(B) | 165.6º | 0.38% | 0.25% | - |
| XYZ | 3.55 | 4.55 | 4.83 | - |
| YUV | 56.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 59 | 0.38 | 0 | 0.09 | 0.75 | 165.6 | 0.24 | 0.21 |
| Hex | 28 | 41 | 3B | 26 | 0 | 9 | 4B | A6 | 18 | 15 |
| Octal | 50 | 101 | 73 | 46 | 0 | 11 | 113 | 246 | 30 | 25 |
| Binary | 101000 | 1000001 | 111011 | 100110 | 0 | 1001 | 1001011 | 10100110 | 11000 | 10101 |
Color Harmonies of #28413B
Complementary color
Monochromatic Colors of #28413B
Black with #28413B
Text Example
Text Example
White with #28413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28413B; }
p { color: rgb(40,65,59); }
H1.HeaderClassName
{
color: #28413B;
}
.AnyTagClassName
{
color: #28413B;
}
</style>
background-color css
<style>
a { background-color: #28413B; }
a { background-color: rgb(40,65,59); }
div.DivClassName
{
background-color: #28413B;
}
.BgClassName
{
background-color: #28413B;
}
</style>
border-color css
<style>
span { border-color: #28413B; }
span { border-color: rgb(40,65,59); }
td.TdClassName
{
border-color: #28413B;
}
.TagClassName
{
border-color: #28413B;
}
</style>