Shades of Pine Tree #0E2502
Tints of Pine Tree #0E2502
RGB
CMYK
RGB Variations
Color information
#0E2502 (or 0x0E2502) is known color: Pine Tree. HEX triplet: 0E, 25 and 02. RGB value is (14,37,2). Sum of RGB (Red+Green+Blue) = 14+37+2=53 (7% of max value = 765). Red value is 14 (5.86% from 255 or 26.42% from 53); Green value is 37 (14.84% from 255 or 69.81% from 53); Blue value is 2 (1.17% from 255 or 3.77% from 53); Max value from RGB is 37 - color contains mainly: green. Hex color #0E2502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2502 is #F1DAFD. Grayscale: #1A1A1A. Windows color (decimal): -15850238 or 140558. OLE color: 140558.
HSL color Cylindrical-coordinate representation of color #0E2502: hue angle of 99.43º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E2502 is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 37 | 2 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.85 |
| HSL | 99.43º | 0.9% | 0.08% | - |
| HSV(B) | 99.43º | 0.95% | 0.15% | - |
| XYZ | 0.85 | 1.42 | 0.29 | - |
| YUV | 26.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 37 | 2 | 0.62 | 0 | 0.95 | 0.85 | 99.43 | 0.9 | 0.08 |
| Hex | E | 25 | 2 | 3E | 0 | 5F | 55 | 63 | 5A | 8 |
| Octal | 16 | 45 | 2 | 76 | 0 | 137 | 125 | 143 | 132 | 10 |
| Binary | 1110 | 100101 | 10 | 111110 | 0 | 1011111 | 1010101 | 1100011 | 1011010 | 1000 |
Color Harmonies of #0E2502
Complementary color
Monochromatic Colors of #0E2502
Black with #0E2502
Text Example
Text Example
White with #0E2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2502; }
p { color: rgb(14,37,2); }
H1.HeaderClassName
{
color: #0E2502;
}
.AnyTagClassName
{
color: #0E2502;
}
</style>
background-color css
<style>
a { background-color: #0E2502; }
a { background-color: rgb(14,37,2); }
div.DivClassName
{
background-color: #0E2502;
}
.BgClassName
{
background-color: #0E2502;
}
</style>
border-color css
<style>
span { border-color: #0E2502; }
span { border-color: rgb(14,37,2); }
td.TdClassName
{
border-color: #0E2502;
}
.TagClassName
{
border-color: #0E2502;
}
</style>