Shades of Gordons Green #283128
Tints of Gordons Green #283128
RGB
CMYK
RGB Variations
Color information
#283128 (or 0x283128) is known color: Gordons Green. HEX triplet: 28, 31 and 28. RGB value is (40,49,40). Sum of RGB (Red+Green+Blue) = 40+49+40=129 (17% of max value = 765). Red value is 40 (16.02% from 255 or 31.01% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 49 - color contains mainly: green. Hex color #283128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283128 is #D7CED7. Grayscale: #2D2D2D. Windows color (decimal): -14143192 or 2634024. OLE color: 2634024.
HSL color Cylindrical-coordinate representation of color #283128: hue angle of 120º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #283128 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 49 | 40 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.81 |
| HSL | 120º | 0.1% | 0.17% | - |
| HSV(B) | 120º | 0.18% | 0.19% | - |
| XYZ | 2.36 | 2.8 | 2.42 | - |
| YUV | 45.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 40 | 0.18 | 0 | 0.18 | 0.81 | 120 | 0.1 | 0.17 |
| Hex | 28 | 31 | 28 | 12 | 0 | 12 | 51 | 78 | A | 11 |
| Octal | 50 | 61 | 50 | 22 | 0 | 22 | 121 | 170 | 12 | 21 |
| Binary | 101000 | 110001 | 101000 | 10010 | 0 | 10010 | 1010001 | 1111000 | 1010 | 10001 |
Color Harmonies of #283128
Complementary color
Monochromatic Colors of #283128
Black with #283128
Text Example
Text Example
White with #283128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283128; }
p { color: rgb(40,49,40); }
H1.HeaderClassName
{
color: #283128;
}
.AnyTagClassName
{
color: #283128;
}
</style>
background-color css
<style>
a { background-color: #283128; }
a { background-color: rgb(40,49,40); }
div.DivClassName
{
background-color: #283128;
}
.BgClassName
{
background-color: #283128;
}
</style>
border-color css
<style>
span { border-color: #283128; }
span { border-color: rgb(40,49,40); }
td.TdClassName
{
border-color: #283128;
}
.TagClassName
{
border-color: #283128;
}
</style>