Shades of Timber Green #2B422F
Tints of Timber Green #2B422F
RGB
CMYK
RGB Variations
Color information
#2B422F (or 0x2B422F) is known color: Timber Green. HEX triplet: 2B, 42 and 2F. RGB value is (43,66,47). Sum of RGB (Red+Green+Blue) = 43+66+47=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #2B422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B422F is #D4BDD0. Grayscale: #393939. Windows color (decimal): -13942225 or 3097131. OLE color: 3097131.
HSL color Cylindrical-coordinate representation of color #2B422F: hue angle of 130.43º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B422F is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 66 | 47 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.74 |
| HSL | 130.43º | 0.21% | 0.21% | - |
| HSV(B) | 130.43º | 0.35% | 0.26% | - |
| XYZ | 3.46 | 4.62 | 3.4 | - |
| YUV | 56.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 47 | 0.35 | 0 | 0.29 | 0.74 | 130.43 | 0.21 | 0.21 |
| Hex | 2B | 42 | 2F | 23 | 0 | 1D | 4A | 82 | 15 | 15 |
| Octal | 53 | 102 | 57 | 43 | 0 | 35 | 112 | 202 | 25 | 25 |
| Binary | 101011 | 1000010 | 101111 | 100011 | 0 | 11101 | 1001010 | 10000010 | 10101 | 10101 |
Color Harmonies of #2B422F
Complementary color
Monochromatic Colors of #2B422F
Black with #2B422F
Text Example
Text Example
White with #2B422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B422F; }
p { color: rgb(43,66,47); }
H1.HeaderClassName
{
color: #2B422F;
}
.AnyTagClassName
{
color: #2B422F;
}
</style>
background-color css
<style>
a { background-color: #2B422F; }
a { background-color: rgb(43,66,47); }
div.DivClassName
{
background-color: #2B422F;
}
.BgClassName
{
background-color: #2B422F;
}
</style>
border-color css
<style>
span { border-color: #2B422F; }
span { border-color: rgb(43,66,47); }
td.TdClassName
{
border-color: #2B422F;
}
.TagClassName
{
border-color: #2B422F;
}
</style>