Shades of Pine Tree #234006
Tints of Pine Tree #234006
RGB
CMYK
RGB Variations
Color information
#234006 (or 0x234006) is known color: Pine Tree. HEX triplet: 23, 40 and 06. RGB value is (35,64,6). Sum of RGB (Red+Green+Blue) = 35+64+6=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 64 (25.39% from 255 or 60.95% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 64 - color contains mainly: green. Hex color #234006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234006 is #DCBFF9. Grayscale: #303030. Windows color (decimal): -14467066 or 409635. OLE color: 409635.
HSL color Cylindrical-coordinate representation of color #234006: hue angle of 90º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #234006 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 64 | 6 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.75 |
| HSL | 90º | 0.83% | 0.14% | - |
| HSV(B) | 90º | 0.91% | 0.25% | - |
| XYZ | 2.56 | 4.04 | 0.82 | - |
| YUV | 48.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 6 | 0.45 | 0 | 0.91 | 0.75 | 90 | 0.83 | 0.14 |
| Hex | 23 | 40 | 6 | 2D | 0 | 5B | 4B | 5A | 53 | E |
| Octal | 43 | 100 | 6 | 55 | 0 | 133 | 113 | 132 | 123 | 16 |
| Binary | 100011 | 1000000 | 110 | 101101 | 0 | 1011011 | 1001011 | 1011010 | 1010011 | 1110 |
Color Harmonies of #234006
Complementary color
Monochromatic Colors of #234006
Black with #234006
Text Example
Text Example
White with #234006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234006; }
p { color: rgb(35,64,6); }
H1.HeaderClassName
{
color: #234006;
}
.AnyTagClassName
{
color: #234006;
}
</style>
background-color css
<style>
a { background-color: #234006; }
a { background-color: rgb(35,64,6); }
div.DivClassName
{
background-color: #234006;
}
.BgClassName
{
background-color: #234006;
}
</style>
border-color css
<style>
span { border-color: #234006; }
span { border-color: rgb(35,64,6); }
td.TdClassName
{
border-color: #234006;
}
.TagClassName
{
border-color: #234006;
}
</style>