Shades of Gordons Green #28392C
Tints of Gordons Green #28392C
RGB
CMYK
RGB Variations
Color information
#28392C (or 0x28392C) is known color: Gordons Green. HEX triplet: 28, 39 and 2C. RGB value is (40,57,44). Sum of RGB (Red+Green+Blue) = 40+57+44=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 57 - color contains mainly: green. Hex color #28392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28392C is #D7C6D3. Grayscale: #323232. Windows color (decimal): -14141140 or 2898216. OLE color: 2898216.
HSL color Cylindrical-coordinate representation of color #28392C: hue angle of 134.12º 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 #28392C is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 57 | 44 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.78 |
| HSL | 134.12º | 0.18% | 0.19% | - |
| HSV(B) | 134.12º | 0.3% | 0.22% | - |
| XYZ | 2.79 | 3.56 | 2.92 | - |
| YUV | 50.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 44 | 0.30 | 0 | 0.23 | 0.78 | 134.12 | 0.18 | 0.19 |
| Hex | 28 | 39 | 2C | 1E | 0 | 17 | 4E | 86 | 12 | 13 |
| Octal | 50 | 71 | 54 | 36 | 0 | 27 | 116 | 206 | 22 | 23 |
| Binary | 101000 | 111001 | 101100 | 11110 | 0 | 10111 | 1001110 | 10000110 | 10010 | 10011 |
Color Harmonies of #28392C
Complementary color
Monochromatic Colors of #28392C
Black with #28392C
Text Example
Text Example
White with #28392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28392C; }
p { color: rgb(40,57,44); }
H1.HeaderClassName
{
color: #28392C;
}
.AnyTagClassName
{
color: #28392C;
}
</style>
background-color css
<style>
a { background-color: #28392C; }
a { background-color: rgb(40,57,44); }
div.DivClassName
{
background-color: #28392C;
}
.BgClassName
{
background-color: #28392C;
}
</style>
border-color css
<style>
span { border-color: #28392C; }
span { border-color: rgb(40,57,44); }
td.TdClassName
{
border-color: #28392C;
}
.TagClassName
{
border-color: #28392C;
}
</style>