Shades of Gable Green #28403D
Tints of Gable Green #28403D
RGB
CMYK
RGB Variations
Color information
#28403D (or 0x28403D) is known color: Gable Green. HEX triplet: 28, 40 and 3D. RGB value is (40,64,61). Sum of RGB (Red+Green+Blue) = 40+64+61=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 64 - color contains mainly: green. Hex color #28403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28403D is #D7BFC2. Grayscale: #383838. Windows color (decimal): -14139331 or 4014120. OLE color: 4014120.
HSL color Cylindrical-coordinate representation of color #28403D: hue angle of 172.5º 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 #28403D is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 64 | 61 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.75 |
| HSL | 172.5º | 0.23% | 0.2% | - |
| HSV(B) | 172.5º | 0.38% | 0.25% | - |
| XYZ | 3.55 | 4.45 | 5.09 | - |
| YUV | 56.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 61 | 0.38 | 0 | 0.05 | 0.75 | 172.5 | 0.23 | 0.2 |
| Hex | 28 | 40 | 3D | 26 | 0 | 5 | 4B | AC | 17 | 14 |
| Octal | 50 | 100 | 75 | 46 | 0 | 5 | 113 | 254 | 27 | 24 |
| Binary | 101000 | 1000000 | 111101 | 100110 | 0 | 101 | 1001011 | 10101100 | 10111 | 10100 |
Color Harmonies of #28403D
Complementary color
Monochromatic Colors of #28403D
Black with #28403D
Text Example
Text Example
White with #28403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28403D; }
p { color: rgb(40,64,61); }
H1.HeaderClassName
{
color: #28403D;
}
.AnyTagClassName
{
color: #28403D;
}
</style>
background-color css
<style>
a { background-color: #28403D; }
a { background-color: rgb(40,64,61); }
div.DivClassName
{
background-color: #28403D;
}
.BgClassName
{
background-color: #28403D;
}
</style>
border-color css
<style>
span { border-color: #28403D; }
span { border-color: rgb(40,64,61); }
td.TdClassName
{
border-color: #28403D;
}
.TagClassName
{
border-color: #28403D;
}
</style>