Shades of Gordons Green #28372B
Tints of Gordons Green #28372B
RGB
CMYK
RGB Variations
Color information
#28372B (or 0x28372B) is known color: Gordons Green. HEX triplet: 28, 37 and 2B. RGB value is (40,55,43). Sum of RGB (Red+Green+Blue) = 40+55+43=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 55 - color contains mainly: green. Hex color #28372B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28372B is #D7C8D4. Grayscale: #313131. Windows color (decimal): -14141653 or 2832168. OLE color: 2832168.
HSL color Cylindrical-coordinate representation of color #28372B: hue angle of 132º 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 #28372B is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 55 | 43 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.78 |
| HSL | 132º | 0.16% | 0.19% | - |
| HSV(B) | 132º | 0.27% | 0.22% | - |
| XYZ | 2.68 | 3.36 | 2.79 | - |
| YUV | 49.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 43 | 0.27 | 0 | 0.22 | 0.78 | 132 | 0.16 | 0.19 |
| Hex | 28 | 37 | 2B | 1B | 0 | 16 | 4E | 84 | 10 | 13 |
| Octal | 50 | 67 | 53 | 33 | 0 | 26 | 116 | 204 | 20 | 23 |
| Binary | 101000 | 110111 | 101011 | 11011 | 0 | 10110 | 1001110 | 10000100 | 10000 | 10011 |
Color Harmonies of #28372B
Complementary color
Monochromatic Colors of #28372B
Black with #28372B
Text Example
Text Example
White with #28372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28372B; }
p { color: rgb(40,55,43); }
H1.HeaderClassName
{
color: #28372B;
}
.AnyTagClassName
{
color: #28372B;
}
</style>
background-color css
<style>
a { background-color: #28372B; }
a { background-color: rgb(40,55,43); }
div.DivClassName
{
background-color: #28372B;
}
.BgClassName
{
background-color: #28372B;
}
</style>
border-color css
<style>
span { border-color: #28372B; }
span { border-color: rgb(40,55,43); }
td.TdClassName
{
border-color: #28372B;
}
.TagClassName
{
border-color: #28372B;
}
</style>