Shades of Gable Green #283D3B
Tints of Gable Green #283D3B
RGB
CMYK
RGB Variations
Color information
#283D3B (or 0x283D3B) is known color: Gable Green. HEX triplet: 28, 3D and 3B. RGB value is (40,61,59). Sum of RGB (Red+Green+Blue) = 40+61+59=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 61 - color contains mainly: green. Hex color #283D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283D3B is #D7C2C4. Grayscale: #363636. Windows color (decimal): -14140101 or 3882280. OLE color: 3882280.
HSL color Cylindrical-coordinate representation of color #283D3B: hue angle of 174.29º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #283D3B is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 61 | 59 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.76 |
| HSL | 174.29º | 0.21% | 0.2% | - |
| HSV(B) | 174.29º | 0.34% | 0.24% | - |
| XYZ | 3.33 | 4.1 | 4.75 | - |
| YUV | 54.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 59 | 0.34 | 0 | 0.03 | 0.76 | 174.29 | 0.21 | 0.2 |
| Hex | 28 | 3D | 3B | 22 | 0 | 3 | 4C | AE | 15 | 14 |
| Octal | 50 | 75 | 73 | 42 | 0 | 3 | 114 | 256 | 25 | 24 |
| Binary | 101000 | 111101 | 111011 | 100010 | 0 | 11 | 1001100 | 10101110 | 10101 | 10100 |
Color Harmonies of #283D3B
Complementary color
Monochromatic Colors of #283D3B
Black with #283D3B
Text Example
Text Example
White with #283D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283D3B; }
p { color: rgb(40,61,59); }
H1.HeaderClassName
{
color: #283D3B;
}
.AnyTagClassName
{
color: #283D3B;
}
</style>
background-color css
<style>
a { background-color: #283D3B; }
a { background-color: rgb(40,61,59); }
div.DivClassName
{
background-color: #283D3B;
}
.BgClassName
{
background-color: #283D3B;
}
</style>
border-color css
<style>
span { border-color: #283D3B; }
span { border-color: rgb(40,61,59); }
td.TdClassName
{
border-color: #283D3B;
}
.TagClassName
{
border-color: #283D3B;
}
</style>