Shades of Timber Green #304030
Tints of Timber Green #304030
RGB
CMYK
RGB Variations
Color information
#304030 (or 0x304030) is known color: Timber Green. HEX triplet: 30, 40 and 30. RGB value is (48,64,48). Sum of RGB (Red+Green+Blue) = 48+64+48=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 64 - color contains mainly: green. Hex color #304030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304030 is #CFBFCF. Grayscale: #393939. Windows color (decimal): -13615056 or 3162160. OLE color: 3162160.
HSL color Cylindrical-coordinate representation of color #304030: 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.25%. Process color model (Four color, CMYK) of #304030 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 48 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.75 |
| HSL | 120º | 0.14% | 0.22% | - |
| HSV(B) | 120º | 0.25% | 0.25% | - |
| XYZ | 3.59 | 4.51 | 3.48 | - |
| YUV | 57.39 | 122.7 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 48 | 0.25 | 0 | 0.25 | 0.75 | 120 | 0.14 | 0.22 |
| Hex | 30 | 40 | 30 | 19 | 0 | 19 | 4B | 78 | E | 16 |
| Octal | 60 | 100 | 60 | 31 | 0 | 31 | 113 | 170 | 16 | 26 |
| Binary | 110000 | 1000000 | 110000 | 11001 | 0 | 11001 | 1001011 | 1111000 | 1110 | 10110 |
Color Harmonies of #304030
Complementary color
Monochromatic Colors of #304030
Black with #304030
Text Example
Text Example
White with #304030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304030; }
p { color: rgb(48,64,48); }
H1.HeaderClassName
{
color: #304030;
}
.AnyTagClassName
{
color: #304030;
}
</style>
background-color css
<style>
a { background-color: #304030; }
a { background-color: rgb(48,64,48); }
div.DivClassName
{
background-color: #304030;
}
.BgClassName
{
background-color: #304030;
}
</style>
border-color css
<style>
span { border-color: #304030; }
span { border-color: rgb(48,64,48); }
td.TdClassName
{
border-color: #304030;
}
.TagClassName
{
border-color: #304030;
}
</style>