Shades of Gordons Green #282E28
Tints of Gordons Green #282E28
RGB
CMYK
RGB Variations
Color information
#282E28 (or 0x282E28) is known color: Gordons Green. HEX triplet: 28, 2E and 28. RGB value is (40,46,40). Sum of RGB (Red+Green+Blue) = 40+46+40=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 46 - color contains mainly: green. Hex color #282E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E28 is #D7D1D7. Grayscale: #2B2B2B. Windows color (decimal): -14143960 or 2633256. OLE color: 2633256.
HSL color Cylindrical-coordinate representation of color #282E28: hue angle of 120º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #282E28 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 46 | 40 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.82 |
| HSL | 120º | 0.07% | 0.17% | - |
| HSV(B) | 120º | 0.13% | 0.18% | - |
| XYZ | 2.24 | 2.56 | 2.38 | - |
| YUV | 43.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 40 | 0.13 | 0 | 0.13 | 0.82 | 120 | 0.07 | 0.17 |
| Hex | 28 | 2E | 28 | D | 0 | D | 52 | 78 | 7 | 11 |
| Octal | 50 | 56 | 50 | 15 | 0 | 15 | 122 | 170 | 7 | 21 |
| Binary | 101000 | 101110 | 101000 | 1101 | 0 | 1101 | 1010010 | 1111000 | 111 | 10001 |
Color Harmonies of #282E28
Complementary color
Monochromatic Colors of #282E28
Black with #282E28
Text Example
Text Example
White with #282E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E28; }
p { color: rgb(40,46,40); }
H1.HeaderClassName
{
color: #282E28;
}
.AnyTagClassName
{
color: #282E28;
}
</style>
background-color css
<style>
a { background-color: #282E28; }
a { background-color: rgb(40,46,40); }
div.DivClassName
{
background-color: #282E28;
}
.BgClassName
{
background-color: #282E28;
}
</style>
border-color css
<style>
span { border-color: #282E28; }
span { border-color: rgb(40,46,40); }
td.TdClassName
{
border-color: #282E28;
}
.TagClassName
{
border-color: #282E28;
}
</style>