Shades of Gordons Green #283B2C
Tints of Gordons Green #283B2C
RGB
CMYK
RGB Variations
Color information
#283B2C (or 0x283B2C) is known color: Gordons Green. HEX triplet: 28, 3B and 2C. RGB value is (40,59,44). Sum of RGB (Red+Green+Blue) = 40+59+44=143 (18% of max value = 765). Red value is 40 (16.02% from 255 or 27.97% from 143); Green value is 59 (23.44% from 255 or 41.26% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 59 - color contains mainly: green. Hex color #283B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283B2C is #D7C4D3. Grayscale: #333333. Windows color (decimal): -14140628 or 2898728. OLE color: 2898728.
HSL color Cylindrical-coordinate representation of color #283B2C: hue angle of 132.63º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #283B2C is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 59 | 44 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.77 |
| HSL | 132.63º | 0.19% | 0.19% | - |
| HSV(B) | 132.63º | 0.32% | 0.23% | - |
| XYZ | 2.89 | 3.76 | 2.96 | - |
| YUV | 51.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 44 | 0.32 | 0 | 0.25 | 0.77 | 132.63 | 0.19 | 0.19 |
| Hex | 28 | 3B | 2C | 20 | 0 | 19 | 4D | 85 | 13 | 13 |
| Octal | 50 | 73 | 54 | 40 | 0 | 31 | 115 | 205 | 23 | 23 |
| Binary | 101000 | 111011 | 101100 | 100000 | 0 | 11001 | 1001101 | 10000101 | 10011 | 10011 |
Color Harmonies of #283B2C
Complementary color
Monochromatic Colors of #283B2C
Black with #283B2C
Text Example
Text Example
White with #283B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B2C; }
p { color: rgb(40,59,44); }
H1.HeaderClassName
{
color: #283B2C;
}
.AnyTagClassName
{
color: #283B2C;
}
</style>
background-color css
<style>
a { background-color: #283B2C; }
a { background-color: rgb(40,59,44); }
div.DivClassName
{
background-color: #283B2C;
}
.BgClassName
{
background-color: #283B2C;
}
</style>
border-color css
<style>
span { border-color: #283B2C; }
span { border-color: rgb(40,59,44); }
td.TdClassName
{
border-color: #283B2C;
}
.TagClassName
{
border-color: #283B2C;
}
</style>