Shades of Timber Green #304034
Tints of Timber Green #304034
RGB
CMYK
RGB Variations
Color information
#304034 (or 0x304034) is known color: Timber Green. HEX triplet: 30, 40 and 34. RGB value is (48,64,52). Sum of RGB (Red+Green+Blue) = 48+64+52=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 52 (20.70% from 255 or 31.71% from 164); Max value from RGB is 64 - color contains mainly: green. Hex color #304034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304034 is #CFBFCB. Grayscale: #393939. Windows color (decimal): -13615052 or 3424304. OLE color: 3424304.
HSL color Cylindrical-coordinate representation of color #304034: hue angle of 135º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #304034 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 52 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.75 |
| HSL | 135º | 0.14% | 0.22% | - |
| HSV(B) | 135º | 0.25% | 0.25% | - |
| XYZ | 3.67 | 4.54 | 3.93 | - |
| YUV | 57.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 52 | 0.25 | 0 | 0.19 | 0.75 | 135 | 0.14 | 0.22 |
| Hex | 30 | 40 | 34 | 19 | 0 | 13 | 4B | 87 | E | 16 |
| Octal | 60 | 100 | 64 | 31 | 0 | 23 | 113 | 207 | 16 | 26 |
| Binary | 110000 | 1000000 | 110100 | 11001 | 0 | 10011 | 1001011 | 10000111 | 1110 | 10110 |
Color Harmonies of #304034
Complementary color
Monochromatic Colors of #304034
Black with #304034
Text Example
Text Example
White with #304034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304034; }
p { color: rgb(48,64,52); }
H1.HeaderClassName
{
color: #304034;
}
.AnyTagClassName
{
color: #304034;
}
</style>
background-color css
<style>
a { background-color: #304034; }
a { background-color: rgb(48,64,52); }
div.DivClassName
{
background-color: #304034;
}
.BgClassName
{
background-color: #304034;
}
</style>
border-color css
<style>
span { border-color: #304034; }
span { border-color: rgb(48,64,52); }
td.TdClassName
{
border-color: #304034;
}
.TagClassName
{
border-color: #304034;
}
</style>