Shades of Timber Green #304233
Tints of Timber Green #304233
RGB
CMYK
RGB Variations
Color information
#304233 (or 0x304233) is known color: Timber Green. HEX triplet: 30, 42 and 33. RGB value is (48,66,51). Sum of RGB (Red+Green+Blue) = 48+66+51=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 66 - color contains mainly: green. Hex color #304233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304233 is #CFBDCC. Grayscale: #3A3A3A. Windows color (decimal): -13614541 or 3359280. OLE color: 3359280.
HSL color Cylindrical-coordinate representation of color #304233: hue angle of 130º 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 #304233 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 66 | 51 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.74 |
| HSL | 130º | 0.16% | 0.22% | - |
| HSV(B) | 130º | 0.27% | 0.26% | - |
| XYZ | 3.76 | 4.76 | 3.85 | - |
| YUV | 58.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 66 | 51 | 0.27 | 0 | 0.23 | 0.74 | 130 | 0.16 | 0.22 |
| Hex | 30 | 42 | 33 | 1B | 0 | 17 | 4A | 82 | 10 | 16 |
| Octal | 60 | 102 | 63 | 33 | 0 | 27 | 112 | 202 | 20 | 26 |
| Binary | 110000 | 1000010 | 110011 | 11011 | 0 | 10111 | 1001010 | 10000010 | 10000 | 10110 |
Color Harmonies of #304233
Complementary color
Monochromatic Colors of #304233
Black with #304233
Text Example
Text Example
White with #304233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304233; }
p { color: rgb(48,66,51); }
H1.HeaderClassName
{
color: #304233;
}
.AnyTagClassName
{
color: #304233;
}
</style>
background-color css
<style>
a { background-color: #304233; }
a { background-color: rgb(48,66,51); }
div.DivClassName
{
background-color: #304233;
}
.BgClassName
{
background-color: #304233;
}
</style>
border-color css
<style>
span { border-color: #304233; }
span { border-color: rgb(48,66,51); }
td.TdClassName
{
border-color: #304233;
}
.TagClassName
{
border-color: #304233;
}
</style>