Shades of Timber Green #23482B
Tints of Timber Green #23482B
RGB
CMYK
RGB Variations
Color information
#23482B (or 0x23482B) is known color: Timber Green. HEX triplet: 23, 48 and 2B. RGB value is (35,72,43). Sum of RGB (Red+Green+Blue) = 35+72+43=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #23482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23482B is #DCB7D4. Grayscale: #393939. Windows color (decimal): -14464981 or 2836515. OLE color: 2836515.
HSL color Cylindrical-coordinate representation of color #23482B: hue angle of 132.97º 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 #23482B is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 72 | 43 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.72 |
| HSL | 132.97º | 0.35% | 0.21% | - |
| HSV(B) | 132.97º | 0.51% | 0.28% | - |
| XYZ | 3.45 | 5.17 | 3.1 | - |
| YUV | 57.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 43 | 0.51 | 0 | 0.40 | 0.72 | 132.97 | 0.35 | 0.21 |
| Hex | 23 | 48 | 2B | 33 | 0 | 28 | 48 | 85 | 23 | 15 |
| Octal | 43 | 110 | 53 | 63 | 0 | 50 | 110 | 205 | 43 | 25 |
| Binary | 100011 | 1001000 | 101011 | 110011 | 0 | 101000 | 1001000 | 10000101 | 100011 | 10101 |
Color Harmonies of #23482B
Complementary color
Monochromatic Colors of #23482B
Black with #23482B
Text Example
Text Example
White with #23482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23482B; }
p { color: rgb(35,72,43); }
H1.HeaderClassName
{
color: #23482B;
}
.AnyTagClassName
{
color: #23482B;
}
</style>
background-color css
<style>
a { background-color: #23482B; }
a { background-color: rgb(35,72,43); }
div.DivClassName
{
background-color: #23482B;
}
.BgClassName
{
background-color: #23482B;
}
</style>
border-color css
<style>
span { border-color: #23482B; }
span { border-color: rgb(35,72,43); }
td.TdClassName
{
border-color: #23482B;
}
.TagClassName
{
border-color: #23482B;
}
</style>