Shades of Gordons Green #283D2C
Tints of Gordons Green #283D2C
RGB
CMYK
RGB Variations
Color information
#283D2C (or 0x283D2C) is known color: Gordons Green. HEX triplet: 28, 3D and 2C. RGB value is (40,61,44). Sum of RGB (Red+Green+Blue) = 40+61+44=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 61 - color contains mainly: green. Hex color #283D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283D2C is #D7C2D3. Grayscale: #343434. Windows color (decimal): -14140116 or 2899240. OLE color: 2899240.
HSL color Cylindrical-coordinate representation of color #283D2C: hue angle of 131.43º 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 #283D2C is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 61 | 44 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.76 |
| HSL | 131.43º | 0.21% | 0.2% | - |
| HSV(B) | 131.43º | 0.34% | 0.24% | - |
| XYZ | 3 | 3.97 | 2.99 | - |
| YUV | 52.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 44 | 0.34 | 0 | 0.28 | 0.76 | 131.43 | 0.21 | 0.2 |
| Hex | 28 | 3D | 2C | 22 | 0 | 1C | 4C | 83 | 15 | 14 |
| Octal | 50 | 75 | 54 | 42 | 0 | 34 | 114 | 203 | 25 | 24 |
| Binary | 101000 | 111101 | 101100 | 100010 | 0 | 11100 | 1001100 | 10000011 | 10101 | 10100 |
Color Harmonies of #283D2C
Complementary color
Monochromatic Colors of #283D2C
Black with #283D2C
Text Example
Text Example
White with #283D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D2C; }
p { color: rgb(40,61,44); }
H1.HeaderClassName
{
color: #283D2C;
}
.AnyTagClassName
{
color: #283D2C;
}
</style>
background-color css
<style>
a { background-color: #283D2C; }
a { background-color: rgb(40,61,44); }
div.DivClassName
{
background-color: #283D2C;
}
.BgClassName
{
background-color: #283D2C;
}
</style>
border-color css
<style>
span { border-color: #283D2C; }
span { border-color: rgb(40,61,44); }
td.TdClassName
{
border-color: #283D2C;
}
.TagClassName
{
border-color: #283D2C;
}
</style>