Shades of Timber Green #303D34
Tints of Timber Green #303D34
RGB
CMYK
RGB Variations
Color information
#303D34 (or 0x303D34) is known color: Timber Green. HEX triplet: 30, 3D and 34. RGB value is (48,61,52). Sum of RGB (Red+Green+Blue) = 48+61+52=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 61 - color contains mainly: green. Hex color #303D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D34 is #CFC2CB. Grayscale: #383838. Windows color (decimal): -13615820 or 3423536. OLE color: 3423536.
HSL color Cylindrical-coordinate representation of color #303D34: hue angle of 138.46º 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 #303D34 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 61 | 52 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.76 |
| HSL | 138.46º | 0.12% | 0.21% | - |
| HSV(B) | 138.46º | 0.21% | 0.24% | - |
| XYZ | 3.51 | 4.21 | 3.88 | - |
| YUV | 56.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 52 | 0.21 | 0 | 0.15 | 0.76 | 138.46 | 0.12 | 0.21 |
| Hex | 30 | 3D | 34 | 15 | 0 | F | 4C | 8A | C | 15 |
| Octal | 60 | 75 | 64 | 25 | 0 | 17 | 114 | 212 | 14 | 25 |
| Binary | 110000 | 111101 | 110100 | 10101 | 0 | 1111 | 1001100 | 10001010 | 1100 | 10101 |
Color Harmonies of #303D34
Complementary color
Monochromatic Colors of #303D34
Black with #303D34
Text Example
Text Example
White with #303D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D34; }
p { color: rgb(48,61,52); }
H1.HeaderClassName
{
color: #303D34;
}
.AnyTagClassName
{
color: #303D34;
}
</style>
background-color css
<style>
a { background-color: #303D34; }
a { background-color: rgb(48,61,52); }
div.DivClassName
{
background-color: #303D34;
}
.BgClassName
{
background-color: #303D34;
}
</style>
border-color css
<style>
span { border-color: #303D34; }
span { border-color: rgb(48,61,52); }
td.TdClassName
{
border-color: #303D34;
}
.TagClassName
{
border-color: #303D34;
}
</style>