Shades of Timber Green #234C2A
Tints of Timber Green #234C2A
RGB
CMYK
RGB Variations
Color information
#234C2A (or 0x234C2A) is known color: Timber Green. HEX triplet: 23, 4C and 2A. RGB value is (35,76,42). Sum of RGB (Red+Green+Blue) = 35+76+42=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #234C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234C2A is #DCB3D5. Grayscale: #3B3B3B. Windows color (decimal): -14463958 or 2772003. OLE color: 2772003.
HSL color Cylindrical-coordinate representation of color #234C2A: hue angle of 130.24º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #234C2A is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 76 | 42 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.70 |
| HSL | 130.24º | 0.37% | 0.22% | - |
| HSV(B) | 130.24º | 0.54% | 0.3% | - |
| XYZ | 3.7 | 5.69 | 3.09 | - |
| YUV | 59.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 42 | 0.54 | 0 | 0.45 | 0.70 | 130.24 | 0.37 | 0.22 |
| Hex | 23 | 4C | 2A | 36 | 0 | 2D | 46 | 82 | 25 | 16 |
| Octal | 43 | 114 | 52 | 66 | 0 | 55 | 106 | 202 | 45 | 26 |
| Binary | 100011 | 1001100 | 101010 | 110110 | 0 | 101101 | 1000110 | 10000010 | 100101 | 10110 |
Color Harmonies of #234C2A
Complementary color
Monochromatic Colors of #234C2A
Black with #234C2A
Text Example
Text Example
White with #234C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C2A; }
p { color: rgb(35,76,42); }
H1.HeaderClassName
{
color: #234C2A;
}
.AnyTagClassName
{
color: #234C2A;
}
</style>
background-color css
<style>
a { background-color: #234C2A; }
a { background-color: rgb(35,76,42); }
div.DivClassName
{
background-color: #234C2A;
}
.BgClassName
{
background-color: #234C2A;
}
</style>
border-color css
<style>
span { border-color: #234C2A; }
span { border-color: rgb(35,76,42); }
td.TdClassName
{
border-color: #234C2A;
}
.TagClassName
{
border-color: #234C2A;
}
</style>