Shades of Gable Green #304944
Tints of Gable Green #304944
RGB
CMYK
RGB Variations
Color information
#304944 (or 0x304944) is known color: Gable Green. HEX triplet: 30, 49 and 44. RGB value is (48,73,68). Sum of RGB (Red+Green+Blue) = 48+73+68=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 73 - color contains mainly: green. Hex color #304944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304944 is #CFB6BB. Grayscale: #404040. Windows color (decimal): -13612732 or 4475184. OLE color: 4475184.
HSL color Cylindrical-coordinate representation of color #304944: hue angle of 168º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #304944 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 73 | 68 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.71 |
| HSL | 168º | 0.21% | 0.24% | - |
| HSV(B) | 168º | 0.34% | 0.29% | - |
| XYZ | 4.64 | 5.81 | 6.35 | - |
| YUV | 64.96 | 129.72 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 68 | 0.34 | 0 | 0.07 | 0.71 | 168 | 0.21 | 0.24 |
| Hex | 30 | 49 | 44 | 22 | 0 | 7 | 47 | A8 | 15 | 18 |
| Octal | 60 | 111 | 104 | 42 | 0 | 7 | 107 | 250 | 25 | 30 |
| Binary | 110000 | 1001001 | 1000100 | 100010 | 0 | 111 | 1000111 | 10101000 | 10101 | 11000 |
Color Harmonies of #304944
Complementary color
Monochromatic Colors of #304944
Black with #304944
Text Example
Text Example
White with #304944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304944; }
p { color: rgb(48,73,68); }
H1.HeaderClassName
{
color: #304944;
}
.AnyTagClassName
{
color: #304944;
}
</style>
background-color css
<style>
a { background-color: #304944; }
a { background-color: rgb(48,73,68); }
div.DivClassName
{
background-color: #304944;
}
.BgClassName
{
background-color: #304944;
}
</style>
border-color css
<style>
span { border-color: #304944; }
span { border-color: rgb(48,73,68); }
td.TdClassName
{
border-color: #304944;
}
.TagClassName
{
border-color: #304944;
}
</style>