Shades of Gordons Green #28392D
Tints of Gordons Green #28392D
RGB
CMYK
RGB Variations
Color information
#28392D (or 0x28392D) is known color: Gordons Green. HEX triplet: 28, 39 and 2D. RGB value is (40,57,45). Sum of RGB (Red+Green+Blue) = 40+57+45=142 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.17% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 57 - color contains mainly: green. Hex color #28392D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28392D is #D7C6D2. Grayscale: #323232. Windows color (decimal): -14141139 or 2963752. OLE color: 2963752.
HSL color Cylindrical-coordinate representation of color #28392D: hue angle of 137.65º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #28392D is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 57 | 45 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.78 |
| HSL | 137.65º | 0.18% | 0.19% | - |
| HSV(B) | 137.65º | 0.3% | 0.22% | - |
| XYZ | 2.81 | 3.57 | 3.02 | - |
| YUV | 50.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 45 | 0.30 | 0 | 0.21 | 0.78 | 137.65 | 0.18 | 0.19 |
| Hex | 28 | 39 | 2D | 1E | 0 | 15 | 4E | 8A | 12 | 13 |
| Octal | 50 | 71 | 55 | 36 | 0 | 25 | 116 | 212 | 22 | 23 |
| Binary | 101000 | 111001 | 101101 | 11110 | 0 | 10101 | 1001110 | 10001010 | 10010 | 10011 |
Color Harmonies of #28392D
Complementary color
Monochromatic Colors of #28392D
Black with #28392D
Text Example
Text Example
White with #28392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28392D; }
p { color: rgb(40,57,45); }
H1.HeaderClassName
{
color: #28392D;
}
.AnyTagClassName
{
color: #28392D;
}
</style>
background-color css
<style>
a { background-color: #28392D; }
a { background-color: rgb(40,57,45); }
div.DivClassName
{
background-color: #28392D;
}
.BgClassName
{
background-color: #28392D;
}
</style>
border-color css
<style>
span { border-color: #28392D; }
span { border-color: rgb(40,57,45); }
td.TdClassName
{
border-color: #28392D;
}
.TagClassName
{
border-color: #28392D;
}
</style>