Shades of Pine Tree #23390E
Tints of Pine Tree #23390E
RGB
CMYK
RGB Variations
Color information
#23390E (or 0x23390E) is known color: Pine Tree. HEX triplet: 23, 39 and 0E. RGB value is (35,57,14). Sum of RGB (Red+Green+Blue) = 35+57+14=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 57 (22.66% from 255 or 53.77% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 57 - color contains mainly: green. Hex color #23390E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23390E is #DCC6F1. Grayscale: #2D2D2D. Windows color (decimal): -14468850 or 932131. OLE color: 932131.
HSL color Cylindrical-coordinate representation of color #23390E: hue angle of 90.7º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23390E is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 57 | 14 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.78 |
| HSL | 90.7º | 0.61% | 0.14% | - |
| HSV(B) | 90.7º | 0.75% | 0.22% | - |
| XYZ | 2.24 | 3.32 | 0.94 | - |
| YUV | 45.52 | 110.21 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 14 | 0.39 | 0 | 0.75 | 0.78 | 90.7 | 0.61 | 0.14 |
| Hex | 23 | 39 | E | 27 | 0 | 4B | 4E | 5B | 3D | E |
| Octal | 43 | 71 | 16 | 47 | 0 | 113 | 116 | 133 | 75 | 16 |
| Binary | 100011 | 111001 | 1110 | 100111 | 0 | 1001011 | 1001110 | 1011011 | 111101 | 1110 |
Color Harmonies of #23390E
Complementary color
Monochromatic Colors of #23390E
Black with #23390E
Text Example
Text Example
White with #23390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23390E; }
p { color: rgb(35,57,14); }
H1.HeaderClassName
{
color: #23390E;
}
.AnyTagClassName
{
color: #23390E;
}
</style>
background-color css
<style>
a { background-color: #23390E; }
a { background-color: rgb(35,57,14); }
div.DivClassName
{
background-color: #23390E;
}
.BgClassName
{
background-color: #23390E;
}
</style>
border-color css
<style>
span { border-color: #23390E; }
span { border-color: rgb(35,57,14); }
td.TdClassName
{
border-color: #23390E;
}
.TagClassName
{
border-color: #23390E;
}
</style>