Shades of Timber Green #303F30
Tints of Timber Green #303F30
RGB
CMYK
RGB Variations
Color information
#303F30 (or 0x303F30) is known color: Timber Green. HEX triplet: 30, 3F and 30. RGB value is (48,63,48). Sum of RGB (Red+Green+Blue) = 48+63+48=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 63 - color contains mainly: green. Hex color #303F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F30 is #CFC0CF. Grayscale: #383838. Windows color (decimal): -13615312 or 3161904. OLE color: 3161904.
HSL color Cylindrical-coordinate representation of color #303F30: hue angle of 120º 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 #303F30 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 63 | 48 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.75 |
| HSL | 120º | 0.14% | 0.22% | - |
| HSV(B) | 120º | 0.24% | 0.25% | - |
| XYZ | 3.53 | 4.4 | 3.46 | - |
| YUV | 56.81 | 123.03 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 48 | 0.24 | 0 | 0.24 | 0.75 | 120 | 0.14 | 0.22 |
| Hex | 30 | 3F | 30 | 18 | 0 | 18 | 4B | 78 | E | 16 |
| Octal | 60 | 77 | 60 | 30 | 0 | 30 | 113 | 170 | 16 | 26 |
| Binary | 110000 | 111111 | 110000 | 11000 | 0 | 11000 | 1001011 | 1111000 | 1110 | 10110 |
Color Harmonies of #303F30
Complementary color
Monochromatic Colors of #303F30
Black with #303F30
Text Example
Text Example
White with #303F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F30; }
p { color: rgb(48,63,48); }
H1.HeaderClassName
{
color: #303F30;
}
.AnyTagClassName
{
color: #303F30;
}
</style>
background-color css
<style>
a { background-color: #303F30; }
a { background-color: rgb(48,63,48); }
div.DivClassName
{
background-color: #303F30;
}
.BgClassName
{
background-color: #303F30;
}
</style>
border-color css
<style>
span { border-color: #303F30; }
span { border-color: rgb(48,63,48); }
td.TdClassName
{
border-color: #303F30;
}
.TagClassName
{
border-color: #303F30;
}
</style>