Shades of Timber Green #23482C
Tints of Timber Green #23482C
RGB
CMYK
RGB Variations
Color information
#23482C (or 0x23482C) is known color: Timber Green. HEX triplet: 23, 48 and 2C. RGB value is (35,72,44). Sum of RGB (Red+Green+Blue) = 35+72+44=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #23482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23482C is #DCB7D3. Grayscale: #393939. Windows color (decimal): -14464980 or 2902051. OLE color: 2902051.
HSL color Cylindrical-coordinate representation of color #23482C: hue angle of 134.59º degrees, saturation: 0.35, 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 #23482C is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 72 | 44 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.72 |
| HSL | 134.59º | 0.35% | 0.21% | - |
| HSV(B) | 134.59º | 0.51% | 0.28% | - |
| XYZ | 3.47 | 5.17 | 3.2 | - |
| YUV | 57.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 44 | 0.51 | 0 | 0.39 | 0.72 | 134.59 | 0.35 | 0.21 |
| Hex | 23 | 48 | 2C | 33 | 0 | 27 | 48 | 87 | 23 | 15 |
| Octal | 43 | 110 | 54 | 63 | 0 | 47 | 110 | 207 | 43 | 25 |
| Binary | 100011 | 1001000 | 101100 | 110011 | 0 | 100111 | 1001000 | 10000111 | 100011 | 10101 |
Color Harmonies of #23482C
Complementary color
Monochromatic Colors of #23482C
Black with #23482C
Text Example
Text Example
White with #23482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23482C; }
p { color: rgb(35,72,44); }
H1.HeaderClassName
{
color: #23482C;
}
.AnyTagClassName
{
color: #23482C;
}
</style>
background-color css
<style>
a { background-color: #23482C; }
a { background-color: rgb(35,72,44); }
div.DivClassName
{
background-color: #23482C;
}
.BgClassName
{
background-color: #23482C;
}
</style>
border-color css
<style>
span { border-color: #23482C; }
span { border-color: rgb(35,72,44); }
td.TdClassName
{
border-color: #23482C;
}
.TagClassName
{
border-color: #23482C;
}
</style>