Shades of Gordons Green #283D2D
Tints of Gordons Green #283D2D
RGB
CMYK
RGB Variations
Color information
#283D2D (or 0x283D2D) is known color: Gordons Green. HEX triplet: 28, 3D and 2D. RGB value is (40,61,45). Sum of RGB (Red+Green+Blue) = 40+61+45=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 61 - color contains mainly: green. Hex color #283D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283D2D is #D7C2D2. Grayscale: #343434. Windows color (decimal): -14140115 or 2964776. OLE color: 2964776.
HSL color Cylindrical-coordinate representation of color #283D2D: hue angle of 134.29º 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 #283D2D is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 61 | 45 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.76 |
| HSL | 134.29º | 0.21% | 0.2% | - |
| HSV(B) | 134.29º | 0.34% | 0.24% | - |
| XYZ | 3.02 | 3.98 | 3.09 | - |
| YUV | 52.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 45 | 0.34 | 0 | 0.26 | 0.76 | 134.29 | 0.21 | 0.2 |
| Hex | 28 | 3D | 2D | 22 | 0 | 1A | 4C | 86 | 15 | 14 |
| Octal | 50 | 75 | 55 | 42 | 0 | 32 | 114 | 206 | 25 | 24 |
| Binary | 101000 | 111101 | 101101 | 100010 | 0 | 11010 | 1001100 | 10000110 | 10101 | 10100 |
Color Harmonies of #283D2D
Complementary color
Monochromatic Colors of #283D2D
Black with #283D2D
Text Example
Text Example
White with #283D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D2D; }
p { color: rgb(40,61,45); }
H1.HeaderClassName
{
color: #283D2D;
}
.AnyTagClassName
{
color: #283D2D;
}
</style>
background-color css
<style>
a { background-color: #283D2D; }
a { background-color: rgb(40,61,45); }
div.DivClassName
{
background-color: #283D2D;
}
.BgClassName
{
background-color: #283D2D;
}
</style>
border-color css
<style>
span { border-color: #283D2D; }
span { border-color: rgb(40,61,45); }
td.TdClassName
{
border-color: #283D2D;
}
.TagClassName
{
border-color: #283D2D;
}
</style>