Shades of Timber Green #2B3D30
Tints of Timber Green #2B3D30
RGB
CMYK
RGB Variations
Color information
#2B3D30 (or 0x2B3D30) is known color: Timber Green. HEX triplet: 2B, 3D and 30. RGB value is (43,61,48). Sum of RGB (Red+Green+Blue) = 43+61+48=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 61 - color contains mainly: green. Hex color #2B3D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3D30 is #D4C2CF. Grayscale: #363636. Windows color (decimal): -13943504 or 3161387. OLE color: 3161387.
HSL color Cylindrical-coordinate representation of color #2B3D30: hue angle of 136.67º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2B3D30 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 61 | 48 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.76 |
| HSL | 136.67º | 0.17% | 0.2% | - |
| HSV(B) | 136.67º | 0.3% | 0.24% | - |
| XYZ | 3.2 | 4.06 | 3.41 | - |
| YUV | 54.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 61 | 48 | 0.30 | 0 | 0.21 | 0.76 | 136.67 | 0.17 | 0.2 |
| Hex | 2B | 3D | 30 | 1E | 0 | 15 | 4C | 89 | 11 | 14 |
| Octal | 53 | 75 | 60 | 36 | 0 | 25 | 114 | 211 | 21 | 24 |
| Binary | 101011 | 111101 | 110000 | 11110 | 0 | 10101 | 1001100 | 10001001 | 10001 | 10100 |
Color Harmonies of #2B3D30
Complementary color
Monochromatic Colors of #2B3D30
Black with #2B3D30
Text Example
Text Example
White with #2B3D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3D30; }
p { color: rgb(43,61,48); }
H1.HeaderClassName
{
color: #2B3D30;
}
.AnyTagClassName
{
color: #2B3D30;
}
</style>
background-color css
<style>
a { background-color: #2B3D30; }
a { background-color: rgb(43,61,48); }
div.DivClassName
{
background-color: #2B3D30;
}
.BgClassName
{
background-color: #2B3D30;
}
</style>
border-color css
<style>
span { border-color: #2B3D30; }
span { border-color: rgb(43,61,48); }
td.TdClassName
{
border-color: #2B3D30;
}
.TagClassName
{
border-color: #2B3D30;
}
</style>