Shades of Timber Green #23472B
Tints of Timber Green #23472B
RGB
CMYK
RGB Variations
Color information
#23472B (or 0x23472B) is known color: Timber Green. HEX triplet: 23, 47 and 2B. RGB value is (35,71,43). Sum of RGB (Red+Green+Blue) = 35+71+43=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #23472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23472B is #DCB8D4. Grayscale: #393939. Windows color (decimal): -14465237 or 2836259. OLE color: 2836259.
HSL color Cylindrical-coordinate representation of color #23472B: hue angle of 133.33º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #23472B is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 71 | 43 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.72 |
| HSL | 133.33º | 0.34% | 0.21% | - |
| HSV(B) | 133.33º | 0.51% | 0.28% | - |
| XYZ | 3.38 | 5.04 | 3.08 | - |
| YUV | 57.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 71 | 43 | 0.51 | 0 | 0.39 | 0.72 | 133.33 | 0.34 | 0.21 |
| Hex | 23 | 47 | 2B | 33 | 0 | 27 | 48 | 85 | 22 | 15 |
| Octal | 43 | 107 | 53 | 63 | 0 | 47 | 110 | 205 | 42 | 25 |
| Binary | 100011 | 1000111 | 101011 | 110011 | 0 | 100111 | 1001000 | 10000101 | 100010 | 10101 |
Color Harmonies of #23472B
Complementary color
Monochromatic Colors of #23472B
Black with #23472B
Text Example
Text Example
White with #23472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23472B; }
p { color: rgb(35,71,43); }
H1.HeaderClassName
{
color: #23472B;
}
.AnyTagClassName
{
color: #23472B;
}
</style>
background-color css
<style>
a { background-color: #23472B; }
a { background-color: rgb(35,71,43); }
div.DivClassName
{
background-color: #23472B;
}
.BgClassName
{
background-color: #23472B;
}
</style>
border-color css
<style>
span { border-color: #23472B; }
span { border-color: rgb(35,71,43); }
td.TdClassName
{
border-color: #23472B;
}
.TagClassName
{
border-color: #23472B;
}
</style>