Shades of Timber Green #303D33
Tints of Timber Green #303D33
RGB
CMYK
RGB Variations
Color information
#303D33 (or 0x303D33) is known color: Timber Green. HEX triplet: 30, 3D and 33. RGB value is (48,61,51). Sum of RGB (Red+Green+Blue) = 48+61+51=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 61 - color contains mainly: green. Hex color #303D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D33 is #CFC2CC. Grayscale: #373737. Windows color (decimal): -13615821 or 3358000. OLE color: 3358000.
HSL color Cylindrical-coordinate representation of color #303D33: hue angle of 133.85º 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 #303D33 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 61 | 51 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.76 |
| HSL | 133.85º | 0.12% | 0.21% | - |
| HSV(B) | 133.85º | 0.21% | 0.24% | - |
| XYZ | 3.49 | 4.2 | 3.76 | - |
| YUV | 55.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 51 | 0.21 | 0 | 0.16 | 0.76 | 133.85 | 0.12 | 0.21 |
| Hex | 30 | 3D | 33 | 15 | 0 | 10 | 4C | 86 | C | 15 |
| Octal | 60 | 75 | 63 | 25 | 0 | 20 | 114 | 206 | 14 | 25 |
| Binary | 110000 | 111101 | 110011 | 10101 | 0 | 10000 | 1001100 | 10000110 | 1100 | 10101 |
Color Harmonies of #303D33
Complementary color
Monochromatic Colors of #303D33
Black with #303D33
Text Example
Text Example
White with #303D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D33; }
p { color: rgb(48,61,51); }
H1.HeaderClassName
{
color: #303D33;
}
.AnyTagClassName
{
color: #303D33;
}
</style>
background-color css
<style>
a { background-color: #303D33; }
a { background-color: rgb(48,61,51); }
div.DivClassName
{
background-color: #303D33;
}
.BgClassName
{
background-color: #303D33;
}
</style>
border-color css
<style>
span { border-color: #303D33; }
span { border-color: rgb(48,61,51); }
td.TdClassName
{
border-color: #303D33;
}
.TagClassName
{
border-color: #303D33;
}
</style>