Shades of Timber Green #303F34
Tints of Timber Green #303F34
RGB
CMYK
RGB Variations
Color information
#303F34 (or 0x303F34) is known color: Timber Green. HEX triplet: 30, 3F and 34. RGB value is (48,63,52). Sum of RGB (Red+Green+Blue) = 48+63+52=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 63 - color contains mainly: green. Hex color #303F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F34 is #CFC0CB. Grayscale: #393939. Windows color (decimal): -13615308 or 3424048. OLE color: 3424048.
HSL color Cylindrical-coordinate representation of color #303F34: hue angle of 136º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #303F34 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 63 | 52 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.75 |
| HSL | 136º | 0.14% | 0.22% | - |
| HSV(B) | 136º | 0.24% | 0.25% | - |
| XYZ | 3.62 | 4.43 | 3.91 | - |
| YUV | 57.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 52 | 0.24 | 0 | 0.17 | 0.75 | 136 | 0.14 | 0.22 |
| Hex | 30 | 3F | 34 | 18 | 0 | 11 | 4B | 88 | E | 16 |
| Octal | 60 | 77 | 64 | 30 | 0 | 21 | 113 | 210 | 16 | 26 |
| Binary | 110000 | 111111 | 110100 | 11000 | 0 | 10001 | 1001011 | 10001000 | 1110 | 10110 |
Color Harmonies of #303F34
Complementary color
Monochromatic Colors of #303F34
Black with #303F34
Text Example
Text Example
White with #303F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F34; }
p { color: rgb(48,63,52); }
H1.HeaderClassName
{
color: #303F34;
}
.AnyTagClassName
{
color: #303F34;
}
</style>
background-color css
<style>
a { background-color: #303F34; }
a { background-color: rgb(48,63,52); }
div.DivClassName
{
background-color: #303F34;
}
.BgClassName
{
background-color: #303F34;
}
</style>
border-color css
<style>
span { border-color: #303F34; }
span { border-color: rgb(48,63,52); }
td.TdClassName
{
border-color: #303F34;
}
.TagClassName
{
border-color: #303F34;
}
</style>