Shades of Gordons Green #28372C
Tints of Gordons Green #28372C
RGB
CMYK
RGB Variations
Color information
#28372C (or 0x28372C) is known color: Gordons Green. HEX triplet: 28, 37 and 2C. RGB value is (40,55,44). Sum of RGB (Red+Green+Blue) = 40+55+44=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 55 - color contains mainly: green. Hex color #28372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28372C is #D7C8D3. Grayscale: #313131. Windows color (decimal): -14141652 or 2897704. OLE color: 2897704.
HSL color Cylindrical-coordinate representation of color #28372C: hue angle of 136º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #28372C is Cyan = 0.27, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 55 | 44 | - |
| CMYK | 0.27 | 0 | 0.2 | 0.78 |
| HSL | 136º | 0.16% | 0.19% | - |
| HSV(B) | 136º | 0.27% | 0.22% | - |
| XYZ | 2.7 | 3.37 | 2.89 | - |
| YUV | 49.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 44 | 0.27 | 0 | 0.2 | 0.78 | 136 | 0.16 | 0.19 |
| Hex | 28 | 37 | 2C | 1B | 0 | 14 | 4E | 88 | 10 | 13 |
| Octal | 50 | 67 | 54 | 33 | 0 | 24 | 116 | 210 | 20 | 23 |
| Binary | 101000 | 110111 | 101100 | 11011 | 0 | 10100 | 1001110 | 10001000 | 10000 | 10011 |
Color Harmonies of #28372C
Complementary color
Monochromatic Colors of #28372C
Black with #28372C
Text Example
Text Example
White with #28372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28372C; }
p { color: rgb(40,55,44); }
H1.HeaderClassName
{
color: #28372C;
}
.AnyTagClassName
{
color: #28372C;
}
</style>
background-color css
<style>
a { background-color: #28372C; }
a { background-color: rgb(40,55,44); }
div.DivClassName
{
background-color: #28372C;
}
.BgClassName
{
background-color: #28372C;
}
</style>
border-color css
<style>
span { border-color: #28372C; }
span { border-color: rgb(40,55,44); }
td.TdClassName
{
border-color: #28372C;
}
.TagClassName
{
border-color: #28372C;
}
</style>