Shades of Gordons Green #283B2A
Tints of Gordons Green #283B2A
RGB
CMYK
RGB Variations
Color information
#283B2A (or 0x283B2A) is known color: Gordons Green. HEX triplet: 28, 3B and 2A. RGB value is (40,59,42). Sum of RGB (Red+Green+Blue) = 40+59+42=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 59 - color contains mainly: green. Hex color #283B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283B2A is #D7C4D5. Grayscale: #333333. Windows color (decimal): -14140630 or 2767656. OLE color: 2767656.
HSL color Cylindrical-coordinate representation of color #283B2A: hue angle of 126.32º 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 #283B2A is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 59 | 42 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.77 |
| HSL | 126.32º | 0.19% | 0.19% | - |
| HSV(B) | 126.32º | 0.32% | 0.23% | - |
| XYZ | 2.86 | 3.75 | 2.76 | - |
| YUV | 51.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 42 | 0.32 | 0 | 0.29 | 0.77 | 126.32 | 0.19 | 0.19 |
| Hex | 28 | 3B | 2A | 20 | 0 | 1D | 4D | 7E | 13 | 13 |
| Octal | 50 | 73 | 52 | 40 | 0 | 35 | 115 | 176 | 23 | 23 |
| Binary | 101000 | 111011 | 101010 | 100000 | 0 | 11101 | 1001101 | 1111110 | 10011 | 10011 |
Color Harmonies of #283B2A
Complementary color
Monochromatic Colors of #283B2A
Black with #283B2A
Text Example
Text Example
White with #283B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B2A; }
p { color: rgb(40,59,42); }
H1.HeaderClassName
{
color: #283B2A;
}
.AnyTagClassName
{
color: #283B2A;
}
</style>
background-color css
<style>
a { background-color: #283B2A; }
a { background-color: rgb(40,59,42); }
div.DivClassName
{
background-color: #283B2A;
}
.BgClassName
{
background-color: #283B2A;
}
</style>
border-color css
<style>
span { border-color: #283B2A; }
span { border-color: rgb(40,59,42); }
td.TdClassName
{
border-color: #283B2A;
}
.TagClassName
{
border-color: #283B2A;
}
</style>