Shades of Timber Green #234A2B
Tints of Timber Green #234A2B
RGB
CMYK
RGB Variations
Color information
#234A2B (or 0x234A2B) is known color: Timber Green. HEX triplet: 23, 4A and 2B. RGB value is (35,74,43). Sum of RGB (Red+Green+Blue) = 35+74+43=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 74 (29.30% from 255 or 48.68% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 74 - color contains mainly: green. Hex color #234A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234A2B is #DCB5D4. Grayscale: #3A3A3A. Windows color (decimal): -14464469 or 2837027. OLE color: 2837027.
HSL color Cylindrical-coordinate representation of color #234A2B: hue angle of 132.31º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234A2B is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 74 | 43 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.71 |
| HSL | 132.31º | 0.36% | 0.21% | - |
| HSV(B) | 132.31º | 0.53% | 0.29% | - |
| XYZ | 3.58 | 5.43 | 3.14 | - |
| YUV | 58.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 43 | 0.53 | 0 | 0.42 | 0.71 | 132.31 | 0.36 | 0.21 |
| Hex | 23 | 4A | 2B | 35 | 0 | 2A | 47 | 84 | 24 | 15 |
| Octal | 43 | 112 | 53 | 65 | 0 | 52 | 107 | 204 | 44 | 25 |
| Binary | 100011 | 1001010 | 101011 | 110101 | 0 | 101010 | 1000111 | 10000100 | 100100 | 10101 |
Color Harmonies of #234A2B
Complementary color
Monochromatic Colors of #234A2B
Black with #234A2B
Text Example
Text Example
White with #234A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234A2B; }
p { color: rgb(35,74,43); }
H1.HeaderClassName
{
color: #234A2B;
}
.AnyTagClassName
{
color: #234A2B;
}
</style>
background-color css
<style>
a { background-color: #234A2B; }
a { background-color: rgb(35,74,43); }
div.DivClassName
{
background-color: #234A2B;
}
.BgClassName
{
background-color: #234A2B;
}
</style>
border-color css
<style>
span { border-color: #234A2B; }
span { border-color: rgb(35,74,43); }
td.TdClassName
{
border-color: #234A2B;
}
.TagClassName
{
border-color: #234A2B;
}
</style>