Shades of Pine Tree #234206
Tints of Pine Tree #234206
RGB
CMYK
RGB Variations
Color information
#234206 (or 0x234206) is known color: Pine Tree. HEX triplet: 23, 42 and 06. RGB value is (35,66,6). Sum of RGB (Red+Green+Blue) = 35+66+6=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #234206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234206 is #DCBDF9. Grayscale: #323232. Windows color (decimal): -14466554 or 410147. OLE color: 410147.
HSL color Cylindrical-coordinate representation of color #234206: hue angle of 91º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #234206 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 66 | 6 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.74 |
| HSL | 91º | 0.83% | 0.14% | - |
| HSV(B) | 91º | 0.91% | 0.26% | - |
| XYZ | 2.67 | 4.27 | 0.85 | - |
| YUV | 49.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 6 | 0.47 | 0 | 0.91 | 0.74 | 91 | 0.83 | 0.14 |
| Hex | 23 | 42 | 6 | 2F | 0 | 5B | 4A | 5B | 53 | E |
| Octal | 43 | 102 | 6 | 57 | 0 | 133 | 112 | 133 | 123 | 16 |
| Binary | 100011 | 1000010 | 110 | 101111 | 0 | 1011011 | 1001010 | 1011011 | 1010011 | 1110 |
Color Harmonies of #234206
Complementary color
Monochromatic Colors of #234206
Black with #234206
Text Example
Text Example
White with #234206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234206; }
p { color: rgb(35,66,6); }
H1.HeaderClassName
{
color: #234206;
}
.AnyTagClassName
{
color: #234206;
}
</style>
background-color css
<style>
a { background-color: #234206; }
a { background-color: rgb(35,66,6); }
div.DivClassName
{
background-color: #234206;
}
.BgClassName
{
background-color: #234206;
}
</style>
border-color css
<style>
span { border-color: #234206; }
span { border-color: rgb(35,66,6); }
td.TdClassName
{
border-color: #234206;
}
.TagClassName
{
border-color: #234206;
}
</style>