Shades of Gordons Green #283D2E
Tints of Gordons Green #283D2E
RGB
CMYK
RGB Variations
Color information
#283D2E (or 0x283D2E) is known color: Gordons Green. HEX triplet: 28, 3D and 2E. RGB value is (40,61,46). Sum of RGB (Red+Green+Blue) = 40+61+46=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 61 - color contains mainly: green. Hex color #283D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283D2E is #D7C2D1. Grayscale: #353535. Windows color (decimal): -14140114 or 3030312. OLE color: 3030312.
HSL color Cylindrical-coordinate representation of color #283D2E: hue angle of 137.14º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #283D2E is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 61 | 46 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.76 |
| HSL | 137.14º | 0.21% | 0.2% | - |
| HSV(B) | 137.14º | 0.34% | 0.24% | - |
| XYZ | 3.04 | 3.99 | 3.19 | - |
| YUV | 53.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 46 | 0.34 | 0 | 0.25 | 0.76 | 137.14 | 0.21 | 0.2 |
| Hex | 28 | 3D | 2E | 22 | 0 | 19 | 4C | 89 | 15 | 14 |
| Octal | 50 | 75 | 56 | 42 | 0 | 31 | 114 | 211 | 25 | 24 |
| Binary | 101000 | 111101 | 101110 | 100010 | 0 | 11001 | 1001100 | 10001001 | 10101 | 10100 |
Color Harmonies of #283D2E
Complementary color
Monochromatic Colors of #283D2E
Black with #283D2E
Text Example
Text Example
White with #283D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D2E; }
p { color: rgb(40,61,46); }
H1.HeaderClassName
{
color: #283D2E;
}
.AnyTagClassName
{
color: #283D2E;
}
</style>
background-color css
<style>
a { background-color: #283D2E; }
a { background-color: rgb(40,61,46); }
div.DivClassName
{
background-color: #283D2E;
}
.BgClassName
{
background-color: #283D2E;
}
</style>
border-color css
<style>
span { border-color: #283D2E; }
span { border-color: rgb(40,61,46); }
td.TdClassName
{
border-color: #283D2E;
}
.TagClassName
{
border-color: #283D2E;
}
</style>