Shades of Pine Tree #234404
Tints of Pine Tree #234404
RGB
CMYK
RGB Variations
Color information
#234404 (or 0x234404) is known color: Pine Tree. HEX triplet: 23, 44 and 04. RGB value is (35,68,4). Sum of RGB (Red+Green+Blue) = 35+68+4=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 68 (26.95% from 255 or 63.55% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 68 - color contains mainly: green. Hex color #234404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234404 is #DCBBFB. Grayscale: #333333. Windows color (decimal): -14466044 or 279587. OLE color: 279587.
HSL color Cylindrical-coordinate representation of color #234404: hue angle of 90.94º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #234404 is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 68 | 4 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.73 |
| HSL | 90.94º | 0.89% | 0.14% | - |
| HSV(B) | 90.94º | 0.94% | 0.27% | - |
| XYZ | 2.78 | 4.5 | 0.84 | - |
| YUV | 50.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 68 | 4 | 0.49 | 0 | 0.94 | 0.73 | 90.94 | 0.89 | 0.14 |
| Hex | 23 | 44 | 4 | 31 | 0 | 5E | 49 | 5B | 59 | E |
| Octal | 43 | 104 | 4 | 61 | 0 | 136 | 111 | 133 | 131 | 16 |
| Binary | 100011 | 1000100 | 100 | 110001 | 0 | 1011110 | 1001001 | 1011011 | 1011001 | 1110 |
Color Harmonies of #234404
Complementary color
Monochromatic Colors of #234404
Black with #234404
Text Example
Text Example
White with #234404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234404; }
p { color: rgb(35,68,4); }
H1.HeaderClassName
{
color: #234404;
}
.AnyTagClassName
{
color: #234404;
}
</style>
background-color css
<style>
a { background-color: #234404; }
a { background-color: rgb(35,68,4); }
div.DivClassName
{
background-color: #234404;
}
.BgClassName
{
background-color: #234404;
}
</style>
border-color css
<style>
span { border-color: #234404; }
span { border-color: rgb(35,68,4); }
td.TdClassName
{
border-color: #234404;
}
.TagClassName
{
border-color: #234404;
}
</style>