Shades of Gordons Green #28382C
Tints of Gordons Green #28382C
RGB
CMYK
RGB Variations
Color information
#28382C (or 0x28382C) is known color: Gordons Green. HEX triplet: 28, 38 and 2C. RGB value is (40,56,44). Sum of RGB (Red+Green+Blue) = 40+56+44=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 56 - color contains mainly: green. Hex color #28382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28382C is #D7C7D3. Grayscale: #313131. Windows color (decimal): -14141396 or 2897960. OLE color: 2897960.
HSL color Cylindrical-coordinate representation of color #28382C: hue angle of 135º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #28382C is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 56 | 44 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.78 |
| HSL | 135º | 0.17% | 0.19% | - |
| HSV(B) | 135º | 0.29% | 0.22% | - |
| XYZ | 2.74 | 3.46 | 2.91 | - |
| YUV | 49.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 44 | 0.29 | 0 | 0.21 | 0.78 | 135 | 0.17 | 0.19 |
| Hex | 28 | 38 | 2C | 1D | 0 | 15 | 4E | 87 | 11 | 13 |
| Octal | 50 | 70 | 54 | 35 | 0 | 25 | 116 | 207 | 21 | 23 |
| Binary | 101000 | 111000 | 101100 | 11101 | 0 | 10101 | 1001110 | 10000111 | 10001 | 10011 |
Color Harmonies of #28382C
Complementary color
Monochromatic Colors of #28382C
Black with #28382C
Text Example
Text Example
White with #28382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28382C; }
p { color: rgb(40,56,44); }
H1.HeaderClassName
{
color: #28382C;
}
.AnyTagClassName
{
color: #28382C;
}
</style>
background-color css
<style>
a { background-color: #28382C; }
a { background-color: rgb(40,56,44); }
div.DivClassName
{
background-color: #28382C;
}
.BgClassName
{
background-color: #28382C;
}
</style>
border-color css
<style>
span { border-color: #28382C; }
span { border-color: rgb(40,56,44); }
td.TdClassName
{
border-color: #28382C;
}
.TagClassName
{
border-color: #28382C;
}
</style>