Shades of Gable Green #28403A
Tints of Gable Green #28403A
RGB
CMYK
RGB Variations
Color information
#28403A (or 0x28403A) is known color: Gable Green. HEX triplet: 28, 40 and 3A. RGB value is (40,64,58). Sum of RGB (Red+Green+Blue) = 40+64+58=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 64 - color contains mainly: green. Hex color #28403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28403A is #D7BFC5. Grayscale: #383838. Windows color (decimal): -14139334 or 3817512. OLE color: 3817512.
HSL color Cylindrical-coordinate representation of color #28403A: hue angle of 165º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #28403A is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 64 | 58 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.75 |
| HSL | 165º | 0.23% | 0.2% | - |
| HSV(B) | 165º | 0.38% | 0.25% | - |
| XYZ | 3.47 | 4.42 | 4.67 | - |
| YUV | 56.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 58 | 0.38 | 0 | 0.09 | 0.75 | 165 | 0.23 | 0.2 |
| Hex | 28 | 40 | 3A | 26 | 0 | 9 | 4B | A5 | 17 | 14 |
| Octal | 50 | 100 | 72 | 46 | 0 | 11 | 113 | 245 | 27 | 24 |
| Binary | 101000 | 1000000 | 111010 | 100110 | 0 | 1001 | 1001011 | 10100101 | 10111 | 10100 |
Color Harmonies of #28403A
Complementary color
Monochromatic Colors of #28403A
Black with #28403A
Text Example
Text Example
White with #28403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28403A; }
p { color: rgb(40,64,58); }
H1.HeaderClassName
{
color: #28403A;
}
.AnyTagClassName
{
color: #28403A;
}
</style>
background-color css
<style>
a { background-color: #28403A; }
a { background-color: rgb(40,64,58); }
div.DivClassName
{
background-color: #28403A;
}
.BgClassName
{
background-color: #28403A;
}
</style>
border-color css
<style>
span { border-color: #28403A; }
span { border-color: rgb(40,64,58); }
td.TdClassName
{
border-color: #28403A;
}
.TagClassName
{
border-color: #28403A;
}
</style>