Shades of Timber Green #23492A
Tints of Timber Green #23492A
RGB
CMYK
RGB Variations
Color information
#23492A (or 0x23492A) is known color: Timber Green. HEX triplet: 23, 49 and 2A. RGB value is (35,73,42). Sum of RGB (Red+Green+Blue) = 35+73+42=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #23492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23492A is #DCB6D5. Grayscale: #3A3A3A. Windows color (decimal): -14464726 or 2771235. OLE color: 2771235.
HSL color Cylindrical-coordinate representation of color #23492A: hue angle of 131.05º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #23492A is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 73 | 42 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.71 |
| HSL | 131.05º | 0.35% | 0.21% | - |
| HSV(B) | 131.05º | 0.52% | 0.29% | - |
| XYZ | 3.49 | 5.29 | 3.03 | - |
| YUV | 58.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 42 | 0.52 | 0 | 0.42 | 0.71 | 131.05 | 0.35 | 0.21 |
| Hex | 23 | 49 | 2A | 34 | 0 | 2A | 47 | 83 | 23 | 15 |
| Octal | 43 | 111 | 52 | 64 | 0 | 52 | 107 | 203 | 43 | 25 |
| Binary | 100011 | 1001001 | 101010 | 110100 | 0 | 101010 | 1000111 | 10000011 | 100011 | 10101 |
Color Harmonies of #23492A
Complementary color
Monochromatic Colors of #23492A
Black with #23492A
Text Example
Text Example
White with #23492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23492A; }
p { color: rgb(35,73,42); }
H1.HeaderClassName
{
color: #23492A;
}
.AnyTagClassName
{
color: #23492A;
}
</style>
background-color css
<style>
a { background-color: #23492A; }
a { background-color: rgb(35,73,42); }
div.DivClassName
{
background-color: #23492A;
}
.BgClassName
{
background-color: #23492A;
}
</style>
border-color css
<style>
span { border-color: #23492A; }
span { border-color: rgb(35,73,42); }
td.TdClassName
{
border-color: #23492A;
}
.TagClassName
{
border-color: #23492A;
}
</style>