Shades of Timber Green #304934
Tints of Timber Green #304934
RGB
CMYK
RGB Variations
Color information
#304934 (or 0x304934) is known color: Timber Green. HEX triplet: 30, 49 and 34. RGB value is (48,73,52). Sum of RGB (Red+Green+Blue) = 48+73+52=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 73 - color contains mainly: green. Hex color #304934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304934 is #CFB6CB. Grayscale: #3F3F3F. Windows color (decimal): -13612748 or 3426608. OLE color: 3426608.
HSL color Cylindrical-coordinate representation of color #304934: hue angle of 129.6º 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 #304934 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 73 | 52 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.71 |
| HSL | 129.6º | 0.21% | 0.24% | - |
| HSV(B) | 129.6º | 0.34% | 0.29% | - |
| XYZ | 4.22 | 5.64 | 4.12 | - |
| YUV | 63.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 52 | 0.34 | 0 | 0.29 | 0.71 | 129.6 | 0.21 | 0.24 |
| Hex | 30 | 49 | 34 | 22 | 0 | 1D | 47 | 82 | 15 | 18 |
| Octal | 60 | 111 | 64 | 42 | 0 | 35 | 107 | 202 | 25 | 30 |
| Binary | 110000 | 1001001 | 110100 | 100010 | 0 | 11101 | 1000111 | 10000010 | 10101 | 11000 |
Color Harmonies of #304934
Complementary color
Monochromatic Colors of #304934
Black with #304934
Text Example
Text Example
White with #304934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304934; }
p { color: rgb(48,73,52); }
H1.HeaderClassName
{
color: #304934;
}
.AnyTagClassName
{
color: #304934;
}
</style>
background-color css
<style>
a { background-color: #304934; }
a { background-color: rgb(48,73,52); }
div.DivClassName
{
background-color: #304934;
}
.BgClassName
{
background-color: #304934;
}
</style>
border-color css
<style>
span { border-color: #304934; }
span { border-color: rgb(48,73,52); }
td.TdClassName
{
border-color: #304934;
}
.TagClassName
{
border-color: #304934;
}
</style>