Shades of Timber Green #304134
Tints of Timber Green #304134
RGB
CMYK
RGB Variations
Color information
#304134 (or 0x304134) is known color: Timber Green. HEX triplet: 30, 41 and 34. RGB value is (48,65,52). Sum of RGB (Red+Green+Blue) = 48+65+52=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #304134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304134 is #CFBECB. Grayscale: #3A3A3A. Windows color (decimal): -13614796 or 3424560. OLE color: 3424560.
HSL color Cylindrical-coordinate representation of color #304134: hue angle of 134.12º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #304134 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 65 | 52 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.75 |
| HSL | 134.12º | 0.15% | 0.22% | - |
| HSV(B) | 134.12º | 0.26% | 0.25% | - |
| XYZ | 3.73 | 4.66 | 3.95 | - |
| YUV | 58.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 52 | 0.26 | 0 | 0.20 | 0.75 | 134.12 | 0.15 | 0.22 |
| Hex | 30 | 41 | 34 | 1A | 0 | 14 | 4B | 86 | F | 16 |
| Octal | 60 | 101 | 64 | 32 | 0 | 24 | 113 | 206 | 17 | 26 |
| Binary | 110000 | 1000001 | 110100 | 11010 | 0 | 10100 | 1001011 | 10000110 | 1111 | 10110 |
Color Harmonies of #304134
Complementary color
Monochromatic Colors of #304134
Black with #304134
Text Example
Text Example
White with #304134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304134; }
p { color: rgb(48,65,52); }
H1.HeaderClassName
{
color: #304134;
}
.AnyTagClassName
{
color: #304134;
}
</style>
background-color css
<style>
a { background-color: #304134; }
a { background-color: rgb(48,65,52); }
div.DivClassName
{
background-color: #304134;
}
.BgClassName
{
background-color: #304134;
}
</style>
border-color css
<style>
span { border-color: #304134; }
span { border-color: rgb(48,65,52); }
td.TdClassName
{
border-color: #304134;
}
.TagClassName
{
border-color: #304134;
}
</style>