Shades of Timber Green #2B432F
Tints of Timber Green #2B432F
RGB
CMYK
RGB Variations
Color information
#2B432F (or 0x2B432F) is known color: Timber Green. HEX triplet: 2B, 43 and 2F. RGB value is (43,67,47). Sum of RGB (Red+Green+Blue) = 43+67+47=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 67 - color contains mainly: green. Hex color #2B432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B432F is #D4BCD0. Grayscale: #393939. Windows color (decimal): -13941969 or 3097387. OLE color: 3097387.
HSL color Cylindrical-coordinate representation of color #2B432F: hue angle of 130º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2B432F is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 67 | 47 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.74 |
| HSL | 130º | 0.22% | 0.22% | - |
| HSV(B) | 130º | 0.36% | 0.26% | - |
| XYZ | 3.52 | 4.73 | 3.42 | - |
| YUV | 57.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 47 | 0.36 | 0 | 0.30 | 0.74 | 130 | 0.22 | 0.22 |
| Hex | 2B | 43 | 2F | 24 | 0 | 1E | 4A | 82 | 16 | 16 |
| Octal | 53 | 103 | 57 | 44 | 0 | 36 | 112 | 202 | 26 | 26 |
| Binary | 101011 | 1000011 | 101111 | 100100 | 0 | 11110 | 1001010 | 10000010 | 10110 | 10110 |
Color Harmonies of #2B432F
Complementary color
Monochromatic Colors of #2B432F
Black with #2B432F
Text Example
Text Example
White with #2B432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B432F; }
p { color: rgb(43,67,47); }
H1.HeaderClassName
{
color: #2B432F;
}
.AnyTagClassName
{
color: #2B432F;
}
</style>
background-color css
<style>
a { background-color: #2B432F; }
a { background-color: rgb(43,67,47); }
div.DivClassName
{
background-color: #2B432F;
}
.BgClassName
{
background-color: #2B432F;
}
</style>
border-color css
<style>
span { border-color: #2B432F; }
span { border-color: rgb(43,67,47); }
td.TdClassName
{
border-color: #2B432F;
}
.TagClassName
{
border-color: #2B432F;
}
</style>