Shades of Pine Tree #0E2401
Tints of Pine Tree #0E2401
RGB
CMYK
RGB Variations
Color information
#0E2401 (or 0x0E2401) is known color: Pine Tree. HEX triplet: 0E, 24 and 01. RGB value is (14,36,1). Sum of RGB (Red+Green+Blue) = 14+36+1=51 (6% of max value = 765). Red value is 14 (5.86% from 255 or 27.45% from 51); Green value is 36 (14.45% from 255 or 70.59% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 36 - color contains mainly: green. Hex color #0E2401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2401 is #F1DBFE. Grayscale: #191919. Windows color (decimal): -15850495 or 74766. OLE color: 74766.
HSL color Cylindrical-coordinate representation of color #0E2401: hue angle of 97.71º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E2401 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 14 | 36 | 1 | - |
| CMYK | 0.61 | 0 | 0.97 | 0.86 |
| HSL | 97.71º | 0.95% | 0.07% | - |
| HSV(B) | 97.71º | 0.97% | 0.14% | - |
| XYZ | 0.82 | 1.36 | 0.25 | - |
| YUV | 25.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 36 | 1 | 0.61 | 0 | 0.97 | 0.86 | 97.71 | 0.95 | 0.07 |
| Hex | E | 24 | 1 | 3D | 0 | 61 | 56 | 62 | 5F | 7 |
| Octal | 16 | 44 | 1 | 75 | 0 | 141 | 126 | 142 | 137 | 7 |
| Binary | 1110 | 100100 | 1 | 111101 | 0 | 1100001 | 1010110 | 1100010 | 1011111 | 111 |
Color Harmonies of #0E2401
Complementary color
Monochromatic Colors of #0E2401
Black with #0E2401
Text Example
Text Example
White with #0E2401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2401; }
p { color: rgb(14,36,1); }
H1.HeaderClassName
{
color: #0E2401;
}
.AnyTagClassName
{
color: #0E2401;
}
</style>
background-color css
<style>
a { background-color: #0E2401; }
a { background-color: rgb(14,36,1); }
div.DivClassName
{
background-color: #0E2401;
}
.BgClassName
{
background-color: #0E2401;
}
</style>
border-color css
<style>
span { border-color: #0E2401; }
span { border-color: rgb(14,36,1); }
td.TdClassName
{
border-color: #0E2401;
}
.TagClassName
{
border-color: #0E2401;
}
</style>