Shades of Pine Tree #234705
Tints of Pine Tree #234705
RGB
CMYK
RGB Variations
Color information
#234705 (or 0x234705) is known color: Pine Tree. HEX triplet: 23, 47 and 05. RGB value is (35,71,5). Sum of RGB (Red+Green+Blue) = 35+71+5=111 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.53% from 111); Green value is 71 (28.12% from 255 or 63.96% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 71 - color contains mainly: green. Hex color #234705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234705 is #DCB8FA. Grayscale: #343434. Windows color (decimal): -14465275 or 345891. OLE color: 345891.
HSL color Cylindrical-coordinate representation of color #234705: hue angle of 92.73º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #234705 is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 71 | 5 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.72 |
| HSL | 92.73º | 0.87% | 0.15% | - |
| HSV(B) | 92.73º | 0.93% | 0.28% | - |
| XYZ | 2.97 | 4.87 | 0.93 | - |
| YUV | 52.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 71 | 5 | 0.51 | 0 | 0.93 | 0.72 | 92.73 | 0.87 | 0.15 |
| Hex | 23 | 47 | 5 | 33 | 0 | 5D | 48 | 5D | 57 | F |
| Octal | 43 | 107 | 5 | 63 | 0 | 135 | 110 | 135 | 127 | 17 |
| Binary | 100011 | 1000111 | 101 | 110011 | 0 | 1011101 | 1001000 | 1011101 | 1010111 | 1111 |
Color Harmonies of #234705
Complementary color
Monochromatic Colors of #234705
Black with #234705
Text Example
Text Example
White with #234705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234705; }
p { color: rgb(35,71,5); }
H1.HeaderClassName
{
color: #234705;
}
.AnyTagClassName
{
color: #234705;
}
</style>
background-color css
<style>
a { background-color: #234705; }
a { background-color: rgb(35,71,5); }
div.DivClassName
{
background-color: #234705;
}
.BgClassName
{
background-color: #234705;
}
</style>
border-color css
<style>
span { border-color: #234705; }
span { border-color: rgb(35,71,5); }
td.TdClassName
{
border-color: #234705;
}
.TagClassName
{
border-color: #234705;
}
</style>