Shades of Gable Green #28443D
Tints of Gable Green #28443D
RGB
CMYK
RGB Variations
Color information
#28443D (or 0x28443D) is known color: Gable Green. HEX triplet: 28, 44 and 3D. RGB value is (40,68,61). Sum of RGB (Red+Green+Blue) = 40+68+61=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 68 - color contains mainly: green. Hex color #28443D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28443D is #D7BBC2. Grayscale: #3A3A3A. Windows color (decimal): -14138307 or 4015144. OLE color: 4015144.
HSL color Cylindrical-coordinate representation of color #28443D: hue angle of 165º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #28443D is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 68 | 61 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.73 |
| HSL | 165º | 0.26% | 0.21% | - |
| HSV(B) | 165º | 0.41% | 0.27% | - |
| XYZ | 3.78 | 4.92 | 5.17 | - |
| YUV | 58.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 61 | 0.41 | 0 | 0.10 | 0.73 | 165 | 0.26 | 0.21 |
| Hex | 28 | 44 | 3D | 29 | 0 | A | 49 | A5 | 1A | 15 |
| Octal | 50 | 104 | 75 | 51 | 0 | 12 | 111 | 245 | 32 | 25 |
| Binary | 101000 | 1000100 | 111101 | 101001 | 0 | 1010 | 1001001 | 10100101 | 11010 | 10101 |
Color Harmonies of #28443D
Complementary color
Monochromatic Colors of #28443D
Black with #28443D
Text Example
Text Example
White with #28443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28443D; }
p { color: rgb(40,68,61); }
H1.HeaderClassName
{
color: #28443D;
}
.AnyTagClassName
{
color: #28443D;
}
</style>
background-color css
<style>
a { background-color: #28443D; }
a { background-color: rgb(40,68,61); }
div.DivClassName
{
background-color: #28443D;
}
.BgClassName
{
background-color: #28443D;
}
</style>
border-color css
<style>
span { border-color: #28443D; }
span { border-color: rgb(40,68,61); }
td.TdClassName
{
border-color: #28443D;
}
.TagClassName
{
border-color: #28443D;
}
</style>