Shades of Timber Green #22462A
Tints of Timber Green #22462A
RGB
CMYK
RGB Variations
Color information
#22462A (or 0x22462A) is known color: Timber Green. HEX triplet: 22, 46 and 2A. RGB value is (34,70,42). Sum of RGB (Red+Green+Blue) = 34+70+42=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #22462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22462A is #DDB9D5. Grayscale: #383838. Windows color (decimal): -14531030 or 2770466. OLE color: 2770466.
HSL color Cylindrical-coordinate representation of color #22462A: hue angle of 133.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #22462A is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 70 | 42 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.73 |
| HSL | 133.33º | 0.35% | 0.2% | - |
| HSV(B) | 133.33º | 0.51% | 0.27% | - |
| XYZ | 3.27 | 4.89 | 2.96 | - |
| YUV | 56.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 42 | 0.51 | 0 | 0.40 | 0.73 | 133.33 | 0.35 | 0.2 |
| Hex | 22 | 46 | 2A | 33 | 0 | 28 | 49 | 85 | 23 | 14 |
| Octal | 42 | 106 | 52 | 63 | 0 | 50 | 111 | 205 | 43 | 24 |
| Binary | 100010 | 1000110 | 101010 | 110011 | 0 | 101000 | 1001001 | 10000101 | 100011 | 10100 |
Color Harmonies of #22462A
Complementary color
Monochromatic Colors of #22462A
Black with #22462A
Text Example
Text Example
White with #22462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22462A; }
p { color: rgb(34,70,42); }
H1.HeaderClassName
{
color: #22462A;
}
.AnyTagClassName
{
color: #22462A;
}
</style>
background-color css
<style>
a { background-color: #22462A; }
a { background-color: rgb(34,70,42); }
div.DivClassName
{
background-color: #22462A;
}
.BgClassName
{
background-color: #22462A;
}
</style>
border-color css
<style>
span { border-color: #22462A; }
span { border-color: rgb(34,70,42); }
td.TdClassName
{
border-color: #22462A;
}
.TagClassName
{
border-color: #22462A;
}
</style>