Shades of Timber Green #2B3C30
Tints of Timber Green #2B3C30
RGB
CMYK
RGB Variations
Color information
#2B3C30 (or 0x2B3C30) is known color: Timber Green. HEX triplet: 2B, 3C and 30. RGB value is (43,60,48). Sum of RGB (Red+Green+Blue) = 43+60+48=151 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.48% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 60 - color contains mainly: green. Hex color #2B3C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3C30 is #D4C3CF. Grayscale: #353535. Windows color (decimal): -13943760 or 3161131. OLE color: 3161131.
HSL color Cylindrical-coordinate representation of color #2B3C30: hue angle of 137.65º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2B3C30 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 60 | 48 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.76 |
| HSL | 137.65º | 0.17% | 0.2% | - |
| HSV(B) | 137.65º | 0.28% | 0.24% | - |
| XYZ | 3.15 | 3.96 | 3.39 | - |
| YUV | 53.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 60 | 48 | 0.28 | 0 | 0.20 | 0.76 | 137.65 | 0.17 | 0.2 |
| Hex | 2B | 3C | 30 | 1C | 0 | 14 | 4C | 8A | 11 | 14 |
| Octal | 53 | 74 | 60 | 34 | 0 | 24 | 114 | 212 | 21 | 24 |
| Binary | 101011 | 111100 | 110000 | 11100 | 0 | 10100 | 1001100 | 10001010 | 10001 | 10100 |
Color Harmonies of #2B3C30
Complementary color
Monochromatic Colors of #2B3C30
Black with #2B3C30
Text Example
Text Example
White with #2B3C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3C30; }
p { color: rgb(43,60,48); }
H1.HeaderClassName
{
color: #2B3C30;
}
.AnyTagClassName
{
color: #2B3C30;
}
</style>
background-color css
<style>
a { background-color: #2B3C30; }
a { background-color: rgb(43,60,48); }
div.DivClassName
{
background-color: #2B3C30;
}
.BgClassName
{
background-color: #2B3C30;
}
</style>
border-color css
<style>
span { border-color: #2B3C30; }
span { border-color: rgb(43,60,48); }
td.TdClassName
{
border-color: #2B3C30;
}
.TagClassName
{
border-color: #2B3C30;
}
</style>