Shades of Timber Green #23452B
Tints of Timber Green #23452B
RGB
CMYK
RGB Variations
Color information
#23452B (or 0x23452B) is known color: Timber Green. HEX triplet: 23, 45 and 2B. RGB value is (35,69,43). Sum of RGB (Red+Green+Blue) = 35+69+43=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #23452B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23452B is #DCBAD4. Grayscale: #373737. Windows color (decimal): -14465749 or 2835747. OLE color: 2835747.
HSL color Cylindrical-coordinate representation of color #23452B: hue angle of 134.12º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #23452B is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 69 | 43 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.73 |
| HSL | 134.12º | 0.33% | 0.2% | - |
| HSV(B) | 134.12º | 0.49% | 0.27% | - |
| XYZ | 3.26 | 4.79 | 3.04 | - |
| YUV | 55.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 43 | 0.49 | 0 | 0.38 | 0.73 | 134.12 | 0.33 | 0.2 |
| Hex | 23 | 45 | 2B | 31 | 0 | 26 | 49 | 86 | 21 | 14 |
| Octal | 43 | 105 | 53 | 61 | 0 | 46 | 111 | 206 | 41 | 24 |
| Binary | 100011 | 1000101 | 101011 | 110001 | 0 | 100110 | 1001001 | 10000110 | 100001 | 10100 |
Color Harmonies of #23452B
Complementary color
Monochromatic Colors of #23452B
Black with #23452B
Text Example
Text Example
White with #23452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23452B; }
p { color: rgb(35,69,43); }
H1.HeaderClassName
{
color: #23452B;
}
.AnyTagClassName
{
color: #23452B;
}
</style>
background-color css
<style>
a { background-color: #23452B; }
a { background-color: rgb(35,69,43); }
div.DivClassName
{
background-color: #23452B;
}
.BgClassName
{
background-color: #23452B;
}
</style>
border-color css
<style>
span { border-color: #23452B; }
span { border-color: rgb(35,69,43); }
td.TdClassName
{
border-color: #23452B;
}
.TagClassName
{
border-color: #23452B;
}
</style>