Shades of Timber Green #303E31
Tints of Timber Green #303E31
RGB
CMYK
RGB Variations
Color information
#303E31 (or 0x303E31) is known color: Timber Green. HEX triplet: 30, 3E and 31. RGB value is (48,62,49). Sum of RGB (Red+Green+Blue) = 48+62+49=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 62 - color contains mainly: green. Hex color #303E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E31 is #CFC1CE. Grayscale: #383838. Windows color (decimal): -13615567 or 3227184. OLE color: 3227184.
HSL color Cylindrical-coordinate representation of color #303E31: hue angle of 124.29º 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 #303E31 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 62 | 49 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.76 |
| HSL | 124.29º | 0.13% | 0.22% | - |
| HSV(B) | 124.29º | 0.23% | 0.24% | - |
| XYZ | 3.5 | 4.3 | 3.55 | - |
| YUV | 56.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 49 | 0.23 | 0 | 0.21 | 0.76 | 124.29 | 0.13 | 0.22 |
| Hex | 30 | 3E | 31 | 17 | 0 | 15 | 4C | 7C | D | 16 |
| Octal | 60 | 76 | 61 | 27 | 0 | 25 | 114 | 174 | 15 | 26 |
| Binary | 110000 | 111110 | 110001 | 10111 | 0 | 10101 | 1001100 | 1111100 | 1101 | 10110 |
Color Harmonies of #303E31
Complementary color
Monochromatic Colors of #303E31
Black with #303E31
Text Example
Text Example
White with #303E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E31; }
p { color: rgb(48,62,49); }
H1.HeaderClassName
{
color: #303E31;
}
.AnyTagClassName
{
color: #303E31;
}
</style>
background-color css
<style>
a { background-color: #303E31; }
a { background-color: rgb(48,62,49); }
div.DivClassName
{
background-color: #303E31;
}
.BgClassName
{
background-color: #303E31;
}
</style>
border-color css
<style>
span { border-color: #303E31; }
span { border-color: rgb(48,62,49); }
td.TdClassName
{
border-color: #303E31;
}
.TagClassName
{
border-color: #303E31;
}
</style>