Shades of Gable Green #284341
Tints of Gable Green #284341
RGB
CMYK
RGB Variations
Color information
#284341 (or 0x284341) is known color: Gable Green. HEX triplet: 28, 43 and 41. RGB value is (40,67,65). Sum of RGB (Red+Green+Blue) = 40+67+65=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 67 - color contains mainly: green. Hex color #284341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284341 is #D7BCBE. Grayscale: #3A3A3A. Windows color (decimal): -14138559 or 4277032. OLE color: 4277032.
HSL color Cylindrical-coordinate representation of color #284341: hue angle of 175.56º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #284341 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 67 | 65 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.74 |
| HSL | 175.56º | 0.25% | 0.21% | - |
| HSV(B) | 175.56º | 0.4% | 0.26% | - |
| XYZ | 3.84 | 4.85 | 5.73 | - |
| YUV | 58.7 | 131.55 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 65 | 0.40 | 0 | 0.03 | 0.74 | 175.56 | 0.25 | 0.21 |
| Hex | 28 | 43 | 41 | 28 | 0 | 3 | 4A | B0 | 19 | 15 |
| Octal | 50 | 103 | 101 | 50 | 0 | 3 | 112 | 260 | 31 | 25 |
| Binary | 101000 | 1000011 | 1000001 | 101000 | 0 | 11 | 1001010 | 10110000 | 11001 | 10101 |
Color Harmonies of #284341
Complementary color
Monochromatic Colors of #284341
Black with #284341
Text Example
Text Example
White with #284341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284341; }
p { color: rgb(40,67,65); }
H1.HeaderClassName
{
color: #284341;
}
.AnyTagClassName
{
color: #284341;
}
</style>
background-color css
<style>
a { background-color: #284341; }
a { background-color: rgb(40,67,65); }
div.DivClassName
{
background-color: #284341;
}
.BgClassName
{
background-color: #284341;
}
</style>
border-color css
<style>
span { border-color: #284341; }
span { border-color: rgb(40,67,65); }
td.TdClassName
{
border-color: #284341;
}
.TagClassName
{
border-color: #284341;
}
</style>