Shades of Timber Green #303B33
Tints of Timber Green #303B33
RGB
CMYK
RGB Variations
Color information
#303B33 (or 0x303B33) is known color: Timber Green. HEX triplet: 30, 3B and 33. RGB value is (48,59,51). Sum of RGB (Red+Green+Blue) = 48+59+51=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 59 - color contains mainly: green. Hex color #303B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B33 is #CFC4CC. Grayscale: #363636. Windows color (decimal): -13616333 or 3357488. OLE color: 3357488.
HSL color Cylindrical-coordinate representation of color #303B33: hue angle of 136.36º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #303B33 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 59 | 51 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.77 |
| HSL | 136.36º | 0.1% | 0.21% | - |
| HSV(B) | 136.36º | 0.19% | 0.23% | - |
| XYZ | 3.38 | 4 | 3.72 | - |
| YUV | 54.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 51 | 0.19 | 0 | 0.14 | 0.77 | 136.36 | 0.1 | 0.21 |
| Hex | 30 | 3B | 33 | 13 | 0 | E | 4D | 88 | A | 15 |
| Octal | 60 | 73 | 63 | 23 | 0 | 16 | 115 | 210 | 12 | 25 |
| Binary | 110000 | 111011 | 110011 | 10011 | 0 | 1110 | 1001101 | 10001000 | 1010 | 10101 |
Color Harmonies of #303B33
Complementary color
Monochromatic Colors of #303B33
Black with #303B33
Text Example
Text Example
White with #303B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B33; }
p { color: rgb(48,59,51); }
H1.HeaderClassName
{
color: #303B33;
}
.AnyTagClassName
{
color: #303B33;
}
</style>
background-color css
<style>
a { background-color: #303B33; }
a { background-color: rgb(48,59,51); }
div.DivClassName
{
background-color: #303B33;
}
.BgClassName
{
background-color: #303B33;
}
</style>
border-color css
<style>
span { border-color: #303B33; }
span { border-color: rgb(48,59,51); }
td.TdClassName
{
border-color: #303B33;
}
.TagClassName
{
border-color: #303B33;
}
</style>