Shades of Gable Green #304540
Tints of Gable Green #304540
RGB
CMYK
RGB Variations
Color information
#304540 (or 0x304540) is known color: Gable Green. HEX triplet: 30, 45 and 40. RGB value is (48,69,64). Sum of RGB (Red+Green+Blue) = 48+69+64=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 69 - color contains mainly: green. Hex color #304540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304540 is #CFBABF. Grayscale: #3E3E3E. Windows color (decimal): -13613760 or 4212016. OLE color: 4212016.
HSL color Cylindrical-coordinate representation of color #304540: hue angle of 165.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #304540 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 69 | 64 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.73 |
| HSL | 165.71º | 0.18% | 0.23% | - |
| HSV(B) | 165.71º | 0.3% | 0.27% | - |
| XYZ | 4.27 | 5.25 | 5.64 | - |
| YUV | 62.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 64 | 0.30 | 0 | 0.07 | 0.73 | 165.71 | 0.18 | 0.23 |
| Hex | 30 | 45 | 40 | 1E | 0 | 7 | 49 | A6 | 12 | 17 |
| Octal | 60 | 105 | 100 | 36 | 0 | 7 | 111 | 246 | 22 | 27 |
| Binary | 110000 | 1000101 | 1000000 | 11110 | 0 | 111 | 1001001 | 10100110 | 10010 | 10111 |
Color Harmonies of #304540
Complementary color
Monochromatic Colors of #304540
Black with #304540
Text Example
Text Example
White with #304540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304540; }
p { color: rgb(48,69,64); }
H1.HeaderClassName
{
color: #304540;
}
.AnyTagClassName
{
color: #304540;
}
</style>
background-color css
<style>
a { background-color: #304540; }
a { background-color: rgb(48,69,64); }
div.DivClassName
{
background-color: #304540;
}
.BgClassName
{
background-color: #304540;
}
</style>
border-color css
<style>
span { border-color: #304540; }
span { border-color: rgb(48,69,64); }
td.TdClassName
{
border-color: #304540;
}
.TagClassName
{
border-color: #304540;
}
</style>