Shades of Gordons Green #282F29
Tints of Gordons Green #282F29
RGB
CMYK
RGB Variations
Color information
#282F29 (or 0x282F29) is known color: Gordons Green. HEX triplet: 28, 2F and 29. RGB value is (40,47,41). Sum of RGB (Red+Green+Blue) = 40+47+41=128 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.25% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 47 - color contains mainly: green. Hex color #282F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282F29 is #D7D0D6. Grayscale: #2C2C2C. Windows color (decimal): -14143703 or 2699048. OLE color: 2699048.
HSL color Cylindrical-coordinate representation of color #282F29: hue angle of 128.57º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #282F29 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 47 | 41 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.82 |
| HSL | 128.57º | 0.08% | 0.17% | - |
| HSV(B) | 128.57º | 0.15% | 0.18% | - |
| XYZ | 2.29 | 2.64 | 2.49 | - |
| YUV | 44.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 41 | 0.15 | 0 | 0.13 | 0.82 | 128.57 | 0.08 | 0.17 |
| Hex | 28 | 2F | 29 | F | 0 | D | 52 | 81 | 8 | 11 |
| Octal | 50 | 57 | 51 | 17 | 0 | 15 | 122 | 201 | 10 | 21 |
| Binary | 101000 | 101111 | 101001 | 1111 | 0 | 1101 | 1010010 | 10000001 | 1000 | 10001 |
Color Harmonies of #282F29
Complementary color
Monochromatic Colors of #282F29
Black with #282F29
Text Example
Text Example
White with #282F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282F29; }
p { color: rgb(40,47,41); }
H1.HeaderClassName
{
color: #282F29;
}
.AnyTagClassName
{
color: #282F29;
}
</style>
background-color css
<style>
a { background-color: #282F29; }
a { background-color: rgb(40,47,41); }
div.DivClassName
{
background-color: #282F29;
}
.BgClassName
{
background-color: #282F29;
}
</style>
border-color css
<style>
span { border-color: #282F29; }
span { border-color: rgb(40,47,41); }
td.TdClassName
{
border-color: #282F29;
}
.TagClassName
{
border-color: #282F29;
}
</style>