Shades of Timber Green #304530
Tints of Timber Green #304530
RGB
CMYK
RGB Variations
Color information
#304530 (or 0x304530) is known color: Timber Green. HEX triplet: 30, 45 and 30. RGB value is (48,69,48). Sum of RGB (Red+Green+Blue) = 48+69+48=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 69 - color contains mainly: green. Hex color #304530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304530 is #CFBACF. Grayscale: #3C3C3C. Windows color (decimal): -13613776 or 3163440. OLE color: 3163440.
HSL color Cylindrical-coordinate representation of color #304530: hue angle of 120º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #304530 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 69 | 48 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.73 |
| HSL | 120º | 0.18% | 0.23% | - |
| HSV(B) | 120º | 0.3% | 0.27% | - |
| XYZ | 3.88 | 5.1 | 3.58 | - |
| YUV | 60.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 48 | 0.30 | 0 | 0.30 | 0.73 | 120 | 0.18 | 0.23 |
| Hex | 30 | 45 | 30 | 1E | 0 | 1E | 49 | 78 | 12 | 17 |
| Octal | 60 | 105 | 60 | 36 | 0 | 36 | 111 | 170 | 22 | 27 |
| Binary | 110000 | 1000101 | 110000 | 11110 | 0 | 11110 | 1001001 | 1111000 | 10010 | 10111 |
Color Harmonies of #304530
Complementary color
Monochromatic Colors of #304530
Black with #304530
Text Example
Text Example
White with #304530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304530; }
p { color: rgb(48,69,48); }
H1.HeaderClassName
{
color: #304530;
}
.AnyTagClassName
{
color: #304530;
}
</style>
background-color css
<style>
a { background-color: #304530; }
a { background-color: rgb(48,69,48); }
div.DivClassName
{
background-color: #304530;
}
.BgClassName
{
background-color: #304530;
}
</style>
border-color css
<style>
span { border-color: #304530; }
span { border-color: rgb(48,69,48); }
td.TdClassName
{
border-color: #304530;
}
.TagClassName
{
border-color: #304530;
}
</style>