Shades of Gordons Green #283929
Tints of Gordons Green #283929
RGB
CMYK
RGB Variations
Color information
#283929 (or 0x283929) is known color: Gordons Green. HEX triplet: 28, 39 and 29. RGB value is (40,57,41). Sum of RGB (Red+Green+Blue) = 40+57+41=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 57 - color contains mainly: green. Hex color #283929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283929 is #D7C6D6. Grayscale: #323232. Windows color (decimal): -14141143 or 2701608. OLE color: 2701608.
HSL color Cylindrical-coordinate representation of color #283929: hue angle of 123.53º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #283929 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 57 | 41 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.78 |
| HSL | 123.53º | 0.18% | 0.19% | - |
| HSV(B) | 123.53º | 0.3% | 0.22% | - |
| XYZ | 2.74 | 3.54 | 2.64 | - |
| YUV | 50.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 41 | 0.30 | 0 | 0.28 | 0.78 | 123.53 | 0.18 | 0.19 |
| Hex | 28 | 39 | 29 | 1E | 0 | 1C | 4E | 7C | 12 | 13 |
| Octal | 50 | 71 | 51 | 36 | 0 | 34 | 116 | 174 | 22 | 23 |
| Binary | 101000 | 111001 | 101001 | 11110 | 0 | 11100 | 1001110 | 1111100 | 10010 | 10011 |
Color Harmonies of #283929
Complementary color
Monochromatic Colors of #283929
Black with #283929
Text Example
Text Example
White with #283929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283929; }
p { color: rgb(40,57,41); }
H1.HeaderClassName
{
color: #283929;
}
.AnyTagClassName
{
color: #283929;
}
</style>
background-color css
<style>
a { background-color: #283929; }
a { background-color: rgb(40,57,41); }
div.DivClassName
{
background-color: #283929;
}
.BgClassName
{
background-color: #283929;
}
</style>
border-color css
<style>
span { border-color: #283929; }
span { border-color: rgb(40,57,41); }
td.TdClassName
{
border-color: #283929;
}
.TagClassName
{
border-color: #283929;
}
</style>