Shades of Timber Green #304033
Tints of Timber Green #304033
RGB
CMYK
RGB Variations
Color information
#304033 (or 0x304033) is known color: Timber Green. HEX triplet: 30, 40 and 33. RGB value is (48,64,51). Sum of RGB (Red+Green+Blue) = 48+64+51=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 64 - color contains mainly: green. Hex color #304033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304033 is #CFBFCC. Grayscale: #393939. Windows color (decimal): -13615053 or 3358768. OLE color: 3358768.
HSL color Cylindrical-coordinate representation of color #304033: hue angle of 131.25º 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 #304033 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 64 | 51 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.75 |
| HSL | 131.25º | 0.14% | 0.22% | - |
| HSV(B) | 131.25º | 0.25% | 0.25% | - |
| XYZ | 3.65 | 4.53 | 3.81 | - |
| YUV | 57.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 51 | 0.25 | 0 | 0.20 | 0.75 | 131.25 | 0.14 | 0.22 |
| Hex | 30 | 40 | 33 | 19 | 0 | 14 | 4B | 83 | E | 16 |
| Octal | 60 | 100 | 63 | 31 | 0 | 24 | 113 | 203 | 16 | 26 |
| Binary | 110000 | 1000000 | 110011 | 11001 | 0 | 10100 | 1001011 | 10000011 | 1110 | 10110 |
Color Harmonies of #304033
Complementary color
Monochromatic Colors of #304033
Black with #304033
Text Example
Text Example
White with #304033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304033; }
p { color: rgb(48,64,51); }
H1.HeaderClassName
{
color: #304033;
}
.AnyTagClassName
{
color: #304033;
}
</style>
background-color css
<style>
a { background-color: #304033; }
a { background-color: rgb(48,64,51); }
div.DivClassName
{
background-color: #304033;
}
.BgClassName
{
background-color: #304033;
}
</style>
border-color css
<style>
span { border-color: #304033; }
span { border-color: rgb(48,64,51); }
td.TdClassName
{
border-color: #304033;
}
.TagClassName
{
border-color: #304033;
}
</style>