Shades of Gordons Green #28322A
Tints of Gordons Green #28322A
RGB
CMYK
RGB Variations
Color information
#28322A (or 0x28322A) is known color: Gordons Green. HEX triplet: 28, 32 and 2A. RGB value is (40,50,42). Sum of RGB (Red+Green+Blue) = 40+50+42=132 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.30% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 50 - color contains mainly: green. Hex color #28322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28322A is #D7CDD5. Grayscale: #2E2E2E. Windows color (decimal): -14142934 or 2765352. OLE color: 2765352.
HSL color Cylindrical-coordinate representation of color #28322A: hue angle of 132º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #28322A is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 50 | 42 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.80 |
| HSL | 132º | 0.11% | 0.18% | - |
| HSV(B) | 132º | 0.2% | 0.2% | - |
| XYZ | 2.43 | 2.9 | 2.62 | - |
| YUV | 46.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 42 | 0.20 | 0 | 0.16 | 0.80 | 132 | 0.11 | 0.18 |
| Hex | 28 | 32 | 2A | 14 | 0 | 10 | 50 | 84 | B | 12 |
| Octal | 50 | 62 | 52 | 24 | 0 | 20 | 120 | 204 | 13 | 22 |
| Binary | 101000 | 110010 | 101010 | 10100 | 0 | 10000 | 1010000 | 10000100 | 1011 | 10010 |
Color Harmonies of #28322A
Complementary color
Monochromatic Colors of #28322A
Black with #28322A
Text Example
Text Example
White with #28322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28322A; }
p { color: rgb(40,50,42); }
H1.HeaderClassName
{
color: #28322A;
}
.AnyTagClassName
{
color: #28322A;
}
</style>
background-color css
<style>
a { background-color: #28322A; }
a { background-color: rgb(40,50,42); }
div.DivClassName
{
background-color: #28322A;
}
.BgClassName
{
background-color: #28322A;
}
</style>
border-color css
<style>
span { border-color: #28322A; }
span { border-color: rgb(40,50,42); }
td.TdClassName
{
border-color: #28322A;
}
.TagClassName
{
border-color: #28322A;
}
</style>