Shades of Timber Green #303D31
Tints of Timber Green #303D31
RGB
CMYK
RGB Variations
Color information
#303D31 (or 0x303D31) is known color: Timber Green. HEX triplet: 30, 3D and 31. RGB value is (48,61,49). Sum of RGB (Red+Green+Blue) = 48+61+49=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 61 - color contains mainly: green. Hex color #303D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D31 is #CFC2CE. Grayscale: #373737. Windows color (decimal): -13615823 or 3226928. OLE color: 3226928.
HSL color Cylindrical-coordinate representation of color #303D31: hue angle of 124.62º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #303D31 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 61 | 49 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.76 |
| HSL | 124.62º | 0.12% | 0.21% | - |
| HSV(B) | 124.62º | 0.21% | 0.24% | - |
| XYZ | 3.44 | 4.19 | 3.53 | - |
| YUV | 55.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 49 | 0.21 | 0 | 0.20 | 0.76 | 124.62 | 0.12 | 0.21 |
| Hex | 30 | 3D | 31 | 15 | 0 | 14 | 4C | 7D | C | 15 |
| Octal | 60 | 75 | 61 | 25 | 0 | 24 | 114 | 175 | 14 | 25 |
| Binary | 110000 | 111101 | 110001 | 10101 | 0 | 10100 | 1001100 | 1111101 | 1100 | 10101 |
Color Harmonies of #303D31
Complementary color
Monochromatic Colors of #303D31
Black with #303D31
Text Example
Text Example
White with #303D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D31; }
p { color: rgb(48,61,49); }
H1.HeaderClassName
{
color: #303D31;
}
.AnyTagClassName
{
color: #303D31;
}
</style>
background-color css
<style>
a { background-color: #303D31; }
a { background-color: rgb(48,61,49); }
div.DivClassName
{
background-color: #303D31;
}
.BgClassName
{
background-color: #303D31;
}
</style>
border-color css
<style>
span { border-color: #303D31; }
span { border-color: rgb(48,61,49); }
td.TdClassName
{
border-color: #303D31;
}
.TagClassName
{
border-color: #303D31;
}
</style>