Shades of Pine Tree #0D1C02
Tints of Pine Tree #0D1C02
RGB
CMYK
RGB Variations
Color information
#0D1C02 (or 0x0D1C02) is known color: Pine Tree. HEX triplet: 0D, 1C and 02. RGB value is (13,28,2). Sum of RGB (Red+Green+Blue) = 13+28+2=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 28 (11.33% from 255 or 65.12% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 28 - color contains mainly: green. Hex color #0D1C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1C02 is #F2E3FD. Grayscale: #141414. Windows color (decimal): -15918078 or 138253. OLE color: 138253.
HSL color Cylindrical-coordinate representation of color #0D1C02: hue angle of 94.62º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D1C02 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 28 | 2 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.89 |
| HSL | 94.62º | 0.87% | 0.06% | - |
| HSV(B) | 94.62º | 0.93% | 0.11% | - |
| XYZ | 0.59 | 0.92 | 0.2 | - |
| YUV | 20.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 28 | 2 | 0.54 | 0 | 0.93 | 0.89 | 94.62 | 0.87 | 0.06 |
| Hex | D | 1C | 2 | 36 | 0 | 5D | 59 | 5F | 57 | 6 |
| Octal | 15 | 34 | 2 | 66 | 0 | 135 | 131 | 137 | 127 | 6 |
| Binary | 1101 | 11100 | 10 | 110110 | 0 | 1011101 | 1011001 | 1011111 | 1010111 | 110 |
Color Harmonies of #0D1C02
Complementary color
Monochromatic Colors of #0D1C02
Black with #0D1C02
Text Example
Text Example
White with #0D1C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1C02; }
p { color: rgb(13,28,2); }
H1.HeaderClassName
{
color: #0D1C02;
}
.AnyTagClassName
{
color: #0D1C02;
}
</style>
background-color css
<style>
a { background-color: #0D1C02; }
a { background-color: rgb(13,28,2); }
div.DivClassName
{
background-color: #0D1C02;
}
.BgClassName
{
background-color: #0D1C02;
}
</style>
border-color css
<style>
span { border-color: #0D1C02; }
span { border-color: rgb(13,28,2); }
td.TdClassName
{
border-color: #0D1C02;
}
.TagClassName
{
border-color: #0D1C02;
}
</style>