Shades of Gordons Green #283F2C
Tints of Gordons Green #283F2C
RGB
CMYK
RGB Variations
Color information
#283F2C (or 0x283F2C) is known color: Gordons Green. HEX triplet: 28, 3F and 2C. RGB value is (40,63,44). Sum of RGB (Red+Green+Blue) = 40+63+44=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 63 - color contains mainly: green. Hex color #283F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283F2C is #D7C0D3. Grayscale: #363636. Windows color (decimal): -14139604 or 2899752. OLE color: 2899752.
HSL color Cylindrical-coordinate representation of color #283F2C: hue angle of 130.43º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #283F2C is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 63 | 44 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.75 |
| HSL | 130.43º | 0.22% | 0.2% | - |
| HSV(B) | 130.43º | 0.37% | 0.25% | - |
| XYZ | 3.11 | 4.19 | 3.03 | - |
| YUV | 53.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 44 | 0.37 | 0 | 0.30 | 0.75 | 130.43 | 0.22 | 0.2 |
| Hex | 28 | 3F | 2C | 25 | 0 | 1E | 4B | 82 | 16 | 14 |
| Octal | 50 | 77 | 54 | 45 | 0 | 36 | 113 | 202 | 26 | 24 |
| Binary | 101000 | 111111 | 101100 | 100101 | 0 | 11110 | 1001011 | 10000010 | 10110 | 10100 |
Color Harmonies of #283F2C
Complementary color
Monochromatic Colors of #283F2C
Black with #283F2C
Text Example
Text Example
White with #283F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F2C; }
p { color: rgb(40,63,44); }
H1.HeaderClassName
{
color: #283F2C;
}
.AnyTagClassName
{
color: #283F2C;
}
</style>
background-color css
<style>
a { background-color: #283F2C; }
a { background-color: rgb(40,63,44); }
div.DivClassName
{
background-color: #283F2C;
}
.BgClassName
{
background-color: #283F2C;
}
</style>
border-color css
<style>
span { border-color: #283F2C; }
span { border-color: rgb(40,63,44); }
td.TdClassName
{
border-color: #283F2C;
}
.TagClassName
{
border-color: #283F2C;
}
</style>