Shades of Timber Green #303E34
Tints of Timber Green #303E34
RGB
CMYK
RGB Variations
Color information
#303E34 (or 0x303E34) is known color: Timber Green. HEX triplet: 30, 3E and 34. RGB value is (48,62,52). Sum of RGB (Red+Green+Blue) = 48+62+52=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 62 - color contains mainly: green. Hex color #303E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E34 is #CFC1CB. Grayscale: #383838. Windows color (decimal): -13615564 or 3423792. OLE color: 3423792.
HSL color Cylindrical-coordinate representation of color #303E34: hue angle of 137.14º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #303E34 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 62 | 52 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.76 |
| HSL | 137.14º | 0.13% | 0.22% | - |
| HSV(B) | 137.14º | 0.23% | 0.24% | - |
| XYZ | 3.56 | 4.32 | 3.9 | - |
| YUV | 56.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 52 | 0.23 | 0 | 0.16 | 0.76 | 137.14 | 0.13 | 0.22 |
| Hex | 30 | 3E | 34 | 17 | 0 | 10 | 4C | 89 | D | 16 |
| Octal | 60 | 76 | 64 | 27 | 0 | 20 | 114 | 211 | 15 | 26 |
| Binary | 110000 | 111110 | 110100 | 10111 | 0 | 10000 | 1001100 | 10001001 | 1101 | 10110 |
Color Harmonies of #303E34
Complementary color
Monochromatic Colors of #303E34
Black with #303E34
Text Example
Text Example
White with #303E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E34; }
p { color: rgb(48,62,52); }
H1.HeaderClassName
{
color: #303E34;
}
.AnyTagClassName
{
color: #303E34;
}
</style>
background-color css
<style>
a { background-color: #303E34; }
a { background-color: rgb(48,62,52); }
div.DivClassName
{
background-color: #303E34;
}
.BgClassName
{
background-color: #303E34;
}
</style>
border-color css
<style>
span { border-color: #303E34; }
span { border-color: rgb(48,62,52); }
td.TdClassName
{
border-color: #303E34;
}
.TagClassName
{
border-color: #303E34;
}
</style>