Shades of Timber Green #304836
Tints of Timber Green #304836
RGB
CMYK
RGB Variations
Color information
#304836 (or 0x304836) is known color: Timber Green. HEX triplet: 30, 48 and 36. RGB value is (48,72,54). Sum of RGB (Red+Green+Blue) = 48+72+54=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #304836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304836 is #CFB7C9. Grayscale: #3E3E3E. Windows color (decimal): -13613002 or 3557424. OLE color: 3557424.
HSL color Cylindrical-coordinate representation of color #304836: hue angle of 135º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #304836 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 72 | 54 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.72 |
| HSL | 135º | 0.2% | 0.24% | - |
| HSV(B) | 135º | 0.33% | 0.28% | - |
| XYZ | 4.2 | 5.53 | 4.34 | - |
| YUV | 62.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 54 | 0.33 | 0 | 0.25 | 0.72 | 135 | 0.2 | 0.24 |
| Hex | 30 | 48 | 36 | 21 | 0 | 19 | 48 | 87 | 14 | 18 |
| Octal | 60 | 110 | 66 | 41 | 0 | 31 | 110 | 207 | 24 | 30 |
| Binary | 110000 | 1001000 | 110110 | 100001 | 0 | 11001 | 1001000 | 10000111 | 10100 | 11000 |
Color Harmonies of #304836
Complementary color
Monochromatic Colors of #304836
Black with #304836
Text Example
Text Example
White with #304836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304836; }
p { color: rgb(48,72,54); }
H1.HeaderClassName
{
color: #304836;
}
.AnyTagClassName
{
color: #304836;
}
</style>
background-color css
<style>
a { background-color: #304836; }
a { background-color: rgb(48,72,54); }
div.DivClassName
{
background-color: #304836;
}
.BgClassName
{
background-color: #304836;
}
</style>
border-color css
<style>
span { border-color: #304836; }
span { border-color: rgb(48,72,54); }
td.TdClassName
{
border-color: #304836;
}
.TagClassName
{
border-color: #304836;
}
</style>