Shades of Pine Tree #0B1E02
Tints of Pine Tree #0B1E02
RGB
CMYK
RGB Variations
Color information
#0B1E02 (or 0x0B1E02) is known color: Pine Tree. HEX triplet: 0B, 1E and 02. RGB value is (11,30,2). Sum of RGB (Red+Green+Blue) = 11+30+2=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 30 (12.11% from 255 or 69.77% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 30 - color contains mainly: green. Hex color #0B1E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1E02 is #F4E1FD. Grayscale: #151515. Windows color (decimal): -16048638 or 138763. OLE color: 138763.
HSL color Cylindrical-coordinate representation of color #0B1E02: hue angle of 100.71º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B1E02 is Cyan = 0.63, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 30 | 2 | - |
| CMYK | 0.63 | 0 | 0.93 | 0.88 |
| HSL | 100.71º | 0.88% | 0.06% | - |
| HSV(B) | 100.71º | 0.93% | 0.12% | - |
| XYZ | 0.61 | 1 | 0.22 | - |
| YUV | 21.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 30 | 2 | 0.63 | 0 | 0.93 | 0.88 | 100.71 | 0.88 | 0.06 |
| Hex | B | 1E | 2 | 3F | 0 | 5D | 58 | 65 | 58 | 6 |
| Octal | 13 | 36 | 2 | 77 | 0 | 135 | 130 | 145 | 130 | 6 |
| Binary | 1011 | 11110 | 10 | 111111 | 0 | 1011101 | 1011000 | 1100101 | 1011000 | 110 |
Color Harmonies of #0B1E02
Complementary color
Monochromatic Colors of #0B1E02
Black with #0B1E02
Text Example
Text Example
White with #0B1E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1E02; }
p { color: rgb(11,30,2); }
H1.HeaderClassName
{
color: #0B1E02;
}
.AnyTagClassName
{
color: #0B1E02;
}
</style>
background-color css
<style>
a { background-color: #0B1E02; }
a { background-color: rgb(11,30,2); }
div.DivClassName
{
background-color: #0B1E02;
}
.BgClassName
{
background-color: #0B1E02;
}
</style>
border-color css
<style>
span { border-color: #0B1E02; }
span { border-color: rgb(11,30,2); }
td.TdClassName
{
border-color: #0B1E02;
}
.TagClassName
{
border-color: #0B1E02;
}
</style>