Shades of Gordons Green #283129
Tints of Gordons Green #283129
RGB
CMYK
RGB Variations
Color information
#283129 (or 0x283129) is known color: Gordons Green. HEX triplet: 28, 31 and 29. RGB value is (40,49,41). Sum of RGB (Red+Green+Blue) = 40+49+41=130 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.77% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 49 - color contains mainly: green. Hex color #283129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283129 is #D7CED6. Grayscale: #2D2D2D. Windows color (decimal): -14143191 or 2699560. OLE color: 2699560.
HSL color Cylindrical-coordinate representation of color #283129: hue angle of 126.67º 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 #283129 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 49 | 41 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.81 |
| HSL | 126.67º | 0.1% | 0.17% | - |
| HSV(B) | 126.67º | 0.18% | 0.19% | - |
| XYZ | 2.37 | 2.81 | 2.51 | - |
| YUV | 45.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 41 | 0.18 | 0 | 0.16 | 0.81 | 126.67 | 0.1 | 0.17 |
| Hex | 28 | 31 | 29 | 12 | 0 | 10 | 51 | 7F | A | 11 |
| Octal | 50 | 61 | 51 | 22 | 0 | 20 | 121 | 177 | 12 | 21 |
| Binary | 101000 | 110001 | 101001 | 10010 | 0 | 10000 | 1010001 | 1111111 | 1010 | 10001 |
Color Harmonies of #283129
Complementary color
Monochromatic Colors of #283129
Black with #283129
Text Example
Text Example
White with #283129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283129; }
p { color: rgb(40,49,41); }
H1.HeaderClassName
{
color: #283129;
}
.AnyTagClassName
{
color: #283129;
}
</style>
background-color css
<style>
a { background-color: #283129; }
a { background-color: rgb(40,49,41); }
div.DivClassName
{
background-color: #283129;
}
.BgClassName
{
background-color: #283129;
}
</style>
border-color css
<style>
span { border-color: #283129; }
span { border-color: rgb(40,49,41); }
td.TdClassName
{
border-color: #283129;
}
.TagClassName
{
border-color: #283129;
}
</style>