Shades of Timber Green #303F32
Tints of Timber Green #303F32
RGB
CMYK
RGB Variations
Color information
#303F32 (or 0x303F32) is known color: Timber Green. HEX triplet: 30, 3F and 32. RGB value is (48,63,50). Sum of RGB (Red+Green+Blue) = 48+63+50=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 63 - color contains mainly: green. Hex color #303F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F32 is #CFC0CD. Grayscale: #393939. Windows color (decimal): -13615310 or 3292976. OLE color: 3292976.
HSL color Cylindrical-coordinate representation of color #303F32: hue angle of 128º 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 #303F32 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 63 | 50 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.75 |
| HSL | 128º | 0.14% | 0.22% | - |
| HSV(B) | 128º | 0.24% | 0.25% | - |
| XYZ | 3.57 | 4.41 | 3.68 | - |
| YUV | 57.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 50 | 0.24 | 0 | 0.21 | 0.75 | 128 | 0.14 | 0.22 |
| Hex | 30 | 3F | 32 | 18 | 0 | 15 | 4B | 80 | E | 16 |
| Octal | 60 | 77 | 62 | 30 | 0 | 25 | 113 | 200 | 16 | 26 |
| Binary | 110000 | 111111 | 110010 | 11000 | 0 | 10101 | 1001011 | 10000000 | 1110 | 10110 |
Color Harmonies of #303F32
Complementary color
Monochromatic Colors of #303F32
Black with #303F32
Text Example
Text Example
White with #303F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F32; }
p { color: rgb(48,63,50); }
H1.HeaderClassName
{
color: #303F32;
}
.AnyTagClassName
{
color: #303F32;
}
</style>
background-color css
<style>
a { background-color: #303F32; }
a { background-color: rgb(48,63,50); }
div.DivClassName
{
background-color: #303F32;
}
.BgClassName
{
background-color: #303F32;
}
</style>
border-color css
<style>
span { border-color: #303F32; }
span { border-color: rgb(48,63,50); }
td.TdClassName
{
border-color: #303F32;
}
.TagClassName
{
border-color: #303F32;
}
</style>