Shades of Gable Green #283F39
Tints of Gable Green #283F39
RGB
CMYK
RGB Variations
Color information
#283F39 (or 0x283F39) is known color: Gable Green. HEX triplet: 28, 3F and 39. RGB value is (40,63,57). Sum of RGB (Red+Green+Blue) = 40+63+57=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 63 - color contains mainly: green. Hex color #283F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283F39 is #D7C0C6. Grayscale: #373737. Windows color (decimal): -14139591 or 3751720. OLE color: 3751720.
HSL color Cylindrical-coordinate representation of color #283F39: hue angle of 164.35º 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 #283F39 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 63 | 57 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.75 |
| HSL | 164.35º | 0.22% | 0.2% | - |
| HSV(B) | 164.35º | 0.37% | 0.25% | - |
| XYZ | 3.39 | 4.3 | 4.52 | - |
| YUV | 55.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 57 | 0.37 | 0 | 0.10 | 0.75 | 164.35 | 0.22 | 0.2 |
| Hex | 28 | 3F | 39 | 25 | 0 | A | 4B | A4 | 16 | 14 |
| Octal | 50 | 77 | 71 | 45 | 0 | 12 | 113 | 244 | 26 | 24 |
| Binary | 101000 | 111111 | 111001 | 100101 | 0 | 1010 | 1001011 | 10100100 | 10110 | 10100 |
Color Harmonies of #283F39
Complementary color
Monochromatic Colors of #283F39
Black with #283F39
Text Example
Text Example
White with #283F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F39; }
p { color: rgb(40,63,57); }
H1.HeaderClassName
{
color: #283F39;
}
.AnyTagClassName
{
color: #283F39;
}
</style>
background-color css
<style>
a { background-color: #283F39; }
a { background-color: rgb(40,63,57); }
div.DivClassName
{
background-color: #283F39;
}
.BgClassName
{
background-color: #283F39;
}
</style>
border-color css
<style>
span { border-color: #283F39; }
span { border-color: rgb(40,63,57); }
td.TdClassName
{
border-color: #283F39;
}
.TagClassName
{
border-color: #283F39;
}
</style>