Shades of Gordons Green #283F2B
Tints of Gordons Green #283F2B
RGB
CMYK
RGB Variations
Color information
#283F2B (or 0x283F2B) is known color: Gordons Green. HEX triplet: 28, 3F and 2B. RGB value is (40,63,43). Sum of RGB (Red+Green+Blue) = 40+63+43=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 63 - color contains mainly: green. Hex color #283F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283F2B is #D7C0D4. Grayscale: #353535. Windows color (decimal): -14139605 or 2834216. OLE color: 2834216.
HSL color Cylindrical-coordinate representation of color #283F2B: hue angle of 127.83º 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 #283F2B is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 63 | 43 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.75 |
| HSL | 127.83º | 0.22% | 0.2% | - |
| HSV(B) | 127.83º | 0.37% | 0.25% | - |
| XYZ | 3.09 | 4.18 | 2.93 | - |
| YUV | 53.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 43 | 0.37 | 0 | 0.32 | 0.75 | 127.83 | 0.22 | 0.2 |
| Hex | 28 | 3F | 2B | 25 | 0 | 20 | 4B | 80 | 16 | 14 |
| Octal | 50 | 77 | 53 | 45 | 0 | 40 | 113 | 200 | 26 | 24 |
| Binary | 101000 | 111111 | 101011 | 100101 | 0 | 100000 | 1001011 | 10000000 | 10110 | 10100 |
Color Harmonies of #283F2B
Complementary color
Monochromatic Colors of #283F2B
Black with #283F2B
Text Example
Text Example
White with #283F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F2B; }
p { color: rgb(40,63,43); }
H1.HeaderClassName
{
color: #283F2B;
}
.AnyTagClassName
{
color: #283F2B;
}
</style>
background-color css
<style>
a { background-color: #283F2B; }
a { background-color: rgb(40,63,43); }
div.DivClassName
{
background-color: #283F2B;
}
.BgClassName
{
background-color: #283F2B;
}
</style>
border-color css
<style>
span { border-color: #283F2B; }
span { border-color: rgb(40,63,43); }
td.TdClassName
{
border-color: #283F2B;
}
.TagClassName
{
border-color: #283F2B;
}
</style>