Shades of Gordons Green #283C2A
Tints of Gordons Green #283C2A
RGB
CMYK
RGB Variations
Color information
#283C2A (or 0x283C2A) is known color: Gordons Green. HEX triplet: 28, 3C and 2A. RGB value is (40,60,42). Sum of RGB (Red+Green+Blue) = 40+60+42=142 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.17% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 60 - color contains mainly: green. Hex color #283C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C2A is #D7C3D5. Grayscale: #343434. Windows color (decimal): -14140374 or 2767912. OLE color: 2767912.
HSL color Cylindrical-coordinate representation of color #283C2A: hue angle of 126º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #283C2A is Cyan = 0.33, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 60 | 42 | - |
| CMYK | 0.33 | 0 | 0.3 | 0.76 |
| HSL | 126º | 0.2% | 0.2% | - |
| HSV(B) | 126º | 0.33% | 0.24% | - |
| XYZ | 2.91 | 3.85 | 2.78 | - |
| YUV | 51.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 42 | 0.33 | 0 | 0.3 | 0.76 | 126 | 0.2 | 0.2 |
| Hex | 28 | 3C | 2A | 21 | 0 | 1E | 4C | 7E | 14 | 14 |
| Octal | 50 | 74 | 52 | 41 | 0 | 36 | 114 | 176 | 24 | 24 |
| Binary | 101000 | 111100 | 101010 | 100001 | 0 | 11110 | 1001100 | 1111110 | 10100 | 10100 |
Color Harmonies of #283C2A
Complementary color
Monochromatic Colors of #283C2A
Black with #283C2A
Text Example
Text Example
White with #283C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C2A; }
p { color: rgb(40,60,42); }
H1.HeaderClassName
{
color: #283C2A;
}
.AnyTagClassName
{
color: #283C2A;
}
</style>
background-color css
<style>
a { background-color: #283C2A; }
a { background-color: rgb(40,60,42); }
div.DivClassName
{
background-color: #283C2A;
}
.BgClassName
{
background-color: #283C2A;
}
</style>
border-color css
<style>
span { border-color: #283C2A; }
span { border-color: rgb(40,60,42); }
td.TdClassName
{
border-color: #283C2A;
}
.TagClassName
{
border-color: #283C2A;
}
</style>