Shades of Gable Green #283F3A
Tints of Gable Green #283F3A
RGB
CMYK
RGB Variations
Color information
#283F3A (or 0x283F3A) is known color: Gable Green. HEX triplet: 28, 3F and 3A. RGB value is (40,63,58). Sum of RGB (Red+Green+Blue) = 40+63+58=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 63 - color contains mainly: green. Hex color #283F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283F3A is #D7C0C5. Grayscale: #373737. Windows color (decimal): -14139590 or 3817256. OLE color: 3817256.
HSL color Cylindrical-coordinate representation of color #283F3A: hue angle of 166.96º 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 #283F3A is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 63 | 58 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.75 |
| HSL | 166.96º | 0.22% | 0.2% | - |
| HSV(B) | 166.96º | 0.37% | 0.25% | - |
| XYZ | 3.42 | 4.31 | 4.66 | - |
| YUV | 55.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 58 | 0.37 | 0 | 0.08 | 0.75 | 166.96 | 0.22 | 0.2 |
| Hex | 28 | 3F | 3A | 25 | 0 | 8 | 4B | A7 | 16 | 14 |
| Octal | 50 | 77 | 72 | 45 | 0 | 10 | 113 | 247 | 26 | 24 |
| Binary | 101000 | 111111 | 111010 | 100101 | 0 | 1000 | 1001011 | 10100111 | 10110 | 10100 |
Color Harmonies of #283F3A
Complementary color
Monochromatic Colors of #283F3A
Black with #283F3A
Text Example
Text Example
White with #283F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283F3A; }
p { color: rgb(40,63,58); }
H1.HeaderClassName
{
color: #283F3A;
}
.AnyTagClassName
{
color: #283F3A;
}
</style>
background-color css
<style>
a { background-color: #283F3A; }
a { background-color: rgb(40,63,58); }
div.DivClassName
{
background-color: #283F3A;
}
.BgClassName
{
background-color: #283F3A;
}
</style>
border-color css
<style>
span { border-color: #283F3A; }
span { border-color: rgb(40,63,58); }
td.TdClassName
{
border-color: #283F3A;
}
.TagClassName
{
border-color: #283F3A;
}
</style>