Shades of Timber Green #234B2A
Tints of Timber Green #234B2A
RGB
CMYK
RGB Variations
Color information
#234B2A (or 0x234B2A) is known color: Timber Green. HEX triplet: 23, 4B and 2A. RGB value is (35,75,42). Sum of RGB (Red+Green+Blue) = 35+75+42=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 75 (29.69% from 255 or 49.34% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 75 - color contains mainly: green. Hex color #234B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234B2A is #DCB4D5. Grayscale: #3B3B3B. Windows color (decimal): -14464214 or 2771747. OLE color: 2771747.
HSL color Cylindrical-coordinate representation of color #234B2A: hue angle of 130.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234B2A is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 75 | 42 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.71 |
| HSL | 130.5º | 0.36% | 0.22% | - |
| HSV(B) | 130.5º | 0.53% | 0.29% | - |
| XYZ | 3.63 | 5.56 | 3.07 | - |
| YUV | 59.28 | 118.25 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 42 | 0.53 | 0 | 0.44 | 0.71 | 130.5 | 0.36 | 0.22 |
| Hex | 23 | 4B | 2A | 35 | 0 | 2C | 47 | 82 | 24 | 16 |
| Octal | 43 | 113 | 52 | 65 | 0 | 54 | 107 | 202 | 44 | 26 |
| Binary | 100011 | 1001011 | 101010 | 110101 | 0 | 101100 | 1000111 | 10000010 | 100100 | 10110 |
Color Harmonies of #234B2A
Complementary color
Monochromatic Colors of #234B2A
Black with #234B2A
Text Example
Text Example
White with #234B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B2A; }
p { color: rgb(35,75,42); }
H1.HeaderClassName
{
color: #234B2A;
}
.AnyTagClassName
{
color: #234B2A;
}
</style>
background-color css
<style>
a { background-color: #234B2A; }
a { background-color: rgb(35,75,42); }
div.DivClassName
{
background-color: #234B2A;
}
.BgClassName
{
background-color: #234B2A;
}
</style>
border-color css
<style>
span { border-color: #234B2A; }
span { border-color: rgb(35,75,42); }
td.TdClassName
{
border-color: #234B2A;
}
.TagClassName
{
border-color: #234B2A;
}
</style>