Shades of Timber Green #304235
Tints of Timber Green #304235
RGB
CMYK
RGB Variations
Color information
#304235 (or 0x304235) is known color: Timber Green. HEX triplet: 30, 42 and 35. RGB value is (48,66,53). Sum of RGB (Red+Green+Blue) = 48+66+53=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 66 - color contains mainly: green. Hex color #304235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304235 is #CFBDCA. Grayscale: #3B3B3B. Windows color (decimal): -13614539 or 3490352. OLE color: 3490352.
HSL color Cylindrical-coordinate representation of color #304235: hue angle of 136.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #304235 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 66 | 53 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.74 |
| HSL | 136.67º | 0.16% | 0.22% | - |
| HSV(B) | 136.67º | 0.27% | 0.26% | - |
| XYZ | 3.81 | 4.78 | 4.09 | - |
| YUV | 59.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 66 | 53 | 0.27 | 0 | 0.20 | 0.74 | 136.67 | 0.16 | 0.22 |
| Hex | 30 | 42 | 35 | 1B | 0 | 14 | 4A | 89 | 10 | 16 |
| Octal | 60 | 102 | 65 | 33 | 0 | 24 | 112 | 211 | 20 | 26 |
| Binary | 110000 | 1000010 | 110101 | 11011 | 0 | 10100 | 1001010 | 10001001 | 10000 | 10110 |
Color Harmonies of #304235
Complementary color
Monochromatic Colors of #304235
Black with #304235
Text Example
Text Example
White with #304235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304235; }
p { color: rgb(48,66,53); }
H1.HeaderClassName
{
color: #304235;
}
.AnyTagClassName
{
color: #304235;
}
</style>
background-color css
<style>
a { background-color: #304235; }
a { background-color: rgb(48,66,53); }
div.DivClassName
{
background-color: #304235;
}
.BgClassName
{
background-color: #304235;
}
</style>
border-color css
<style>
span { border-color: #304235; }
span { border-color: rgb(48,66,53); }
td.TdClassName
{
border-color: #304235;
}
.TagClassName
{
border-color: #304235;
}
</style>