Shades of Pine Tree #0E2403
Tints of Pine Tree #0E2403
RGB
CMYK
RGB Variations
Color information
#0E2403 (or 0x0E2403) is known color: Pine Tree. HEX triplet: 0E, 24 and 03. RGB value is (14,36,3). Sum of RGB (Red+Green+Blue) = 14+36+3=53 (7% of max value = 765). Red value is 14 (5.86% from 255 or 26.42% from 53); Green value is 36 (14.45% from 255 or 67.92% from 53); Blue value is 3 (1.56% from 255 or 5.66% from 53); Max value from RGB is 36 - color contains mainly: green. Hex color #0E2403 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2403 is #F1DBFC. Grayscale: #191919. Windows color (decimal): -15850493 or 205838. OLE color: 205838.
HSL color Cylindrical-coordinate representation of color #0E2403: hue angle of 100º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E2403 is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 14 | 36 | 3 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.86 |
| HSL | 100º | 0.85% | 0.08% | - |
| HSV(B) | 100º | 0.92% | 0.14% | - |
| XYZ | 0.83 | 1.36 | 0.31 | - |
| YUV | 25.66 | 115.21 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 36 | 3 | 0.61 | 0 | 0.92 | 0.86 | 100 | 0.85 | 0.08 |
| Hex | E | 24 | 3 | 3D | 0 | 5C | 56 | 64 | 55 | 8 |
| Octal | 16 | 44 | 3 | 75 | 0 | 134 | 126 | 144 | 125 | 10 |
| Binary | 1110 | 100100 | 11 | 111101 | 0 | 1011100 | 1010110 | 1100100 | 1010101 | 1000 |
Color Harmonies of #0E2403
Complementary color
Monochromatic Colors of #0E2403
Black with #0E2403
Text Example
Text Example
White with #0E2403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2403; }
p { color: rgb(14,36,3); }
H1.HeaderClassName
{
color: #0E2403;
}
.AnyTagClassName
{
color: #0E2403;
}
</style>
background-color css
<style>
a { background-color: #0E2403; }
a { background-color: rgb(14,36,3); }
div.DivClassName
{
background-color: #0E2403;
}
.BgClassName
{
background-color: #0E2403;
}
</style>
border-color css
<style>
span { border-color: #0E2403; }
span { border-color: rgb(14,36,3); }
td.TdClassName
{
border-color: #0E2403;
}
.TagClassName
{
border-color: #0E2403;
}
</style>