Shades of Timber Green #304433
Tints of Timber Green #304433
RGB
CMYK
RGB Variations
Color information
#304433 (or 0x304433) is known color: Timber Green. HEX triplet: 30, 44 and 33. RGB value is (48,68,51). Sum of RGB (Red+Green+Blue) = 48+68+51=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 68 - color contains mainly: green. Hex color #304433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304433 is #CFBBCC. Grayscale: #3C3C3C. Windows color (decimal): -13614029 or 3359792. OLE color: 3359792.
HSL color Cylindrical-coordinate representation of color #304433: hue angle of 129º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #304433 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 68 | 51 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.73 |
| HSL | 129º | 0.17% | 0.23% | - |
| HSV(B) | 129º | 0.29% | 0.27% | - |
| XYZ | 3.88 | 5 | 3.89 | - |
| YUV | 60.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 51 | 0.29 | 0 | 0.25 | 0.73 | 129 | 0.17 | 0.23 |
| Hex | 30 | 44 | 33 | 1D | 0 | 19 | 49 | 81 | 11 | 17 |
| Octal | 60 | 104 | 63 | 35 | 0 | 31 | 111 | 201 | 21 | 27 |
| Binary | 110000 | 1000100 | 110011 | 11101 | 0 | 11001 | 1001001 | 10000001 | 10001 | 10111 |
Color Harmonies of #304433
Complementary color
Monochromatic Colors of #304433
Black with #304433
Text Example
Text Example
White with #304433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304433; }
p { color: rgb(48,68,51); }
H1.HeaderClassName
{
color: #304433;
}
.AnyTagClassName
{
color: #304433;
}
</style>
background-color css
<style>
a { background-color: #304433; }
a { background-color: rgb(48,68,51); }
div.DivClassName
{
background-color: #304433;
}
.BgClassName
{
background-color: #304433;
}
</style>
border-color css
<style>
span { border-color: #304433; }
span { border-color: rgb(48,68,51); }
td.TdClassName
{
border-color: #304433;
}
.TagClassName
{
border-color: #304433;
}
</style>