Shades of Timber Green #303F33
Tints of Timber Green #303F33
RGB
CMYK
RGB Variations
Color information
#303F33 (or 0x303F33) is known color: Timber Green. HEX triplet: 30, 3F and 33. RGB value is (48,63,51). Sum of RGB (Red+Green+Blue) = 48+63+51=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 63 - color contains mainly: green. Hex color #303F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F33 is #CFC0CC. Grayscale: #393939. Windows color (decimal): -13615309 or 3358512. OLE color: 3358512.
HSL color Cylindrical-coordinate representation of color #303F33: hue angle of 132º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #303F33 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 63 | 51 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.75 |
| HSL | 132º | 0.14% | 0.22% | - |
| HSV(B) | 132º | 0.24% | 0.25% | - |
| XYZ | 3.59 | 4.42 | 3.8 | - |
| YUV | 57.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 51 | 0.24 | 0 | 0.19 | 0.75 | 132 | 0.14 | 0.22 |
| Hex | 30 | 3F | 33 | 18 | 0 | 13 | 4B | 84 | E | 16 |
| Octal | 60 | 77 | 63 | 30 | 0 | 23 | 113 | 204 | 16 | 26 |
| Binary | 110000 | 111111 | 110011 | 11000 | 0 | 10011 | 1001011 | 10000100 | 1110 | 10110 |
Color Harmonies of #303F33
Complementary color
Monochromatic Colors of #303F33
Black with #303F33
Text Example
Text Example
White with #303F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F33; }
p { color: rgb(48,63,51); }
H1.HeaderClassName
{
color: #303F33;
}
.AnyTagClassName
{
color: #303F33;
}
</style>
background-color css
<style>
a { background-color: #303F33; }
a { background-color: rgb(48,63,51); }
div.DivClassName
{
background-color: #303F33;
}
.BgClassName
{
background-color: #303F33;
}
</style>
border-color css
<style>
span { border-color: #303F33; }
span { border-color: rgb(48,63,51); }
td.TdClassName
{
border-color: #303F33;
}
.TagClassName
{
border-color: #303F33;
}
</style>