Shades of Pine Tree #101E03
Tints of Pine Tree #101E03
RGB
CMYK
RGB Variations
Color information
#101E03 (or 0x101E03) is known color: Pine Tree. HEX triplet: 10, 1E and 03. RGB value is (16,30,3). Sum of RGB (Red+Green+Blue) = 16+30+3=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 30 (12.11% from 255 or 61.22% from 49); Blue value is 3 (1.56% from 255 or 6.12% from 49); Max value from RGB is 30 - color contains mainly: green. Hex color #101E03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101E03 is #EFE1FC. Grayscale: #161616. Windows color (decimal): -15720957 or 204304. OLE color: 204304.
HSL color Cylindrical-coordinate representation of color #101E03: hue angle of 91.11º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #101E03 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 30 | 3 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.88 |
| HSL | 91.11º | 0.82% | 0.06% | - |
| HSV(B) | 91.11º | 0.9% | 0.12% | - |
| XYZ | 0.69 | 1.05 | 0.25 | - |
| YUV | 22.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 3 | 0.47 | 0 | 0.90 | 0.88 | 91.11 | 0.82 | 0.06 |
| Hex | 10 | 1E | 3 | 2F | 0 | 5A | 58 | 5B | 52 | 6 |
| Octal | 20 | 36 | 3 | 57 | 0 | 132 | 130 | 133 | 122 | 6 |
| Binary | 10000 | 11110 | 11 | 101111 | 0 | 1011010 | 1011000 | 1011011 | 1010010 | 110 |
Color Harmonies of #101E03
Complementary color
Monochromatic Colors of #101E03
Black with #101E03
Text Example
Text Example
White with #101E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E03; }
p { color: rgb(16,30,3); }
H1.HeaderClassName
{
color: #101E03;
}
.AnyTagClassName
{
color: #101E03;
}
</style>
background-color css
<style>
a { background-color: #101E03; }
a { background-color: rgb(16,30,3); }
div.DivClassName
{
background-color: #101E03;
}
.BgClassName
{
background-color: #101E03;
}
</style>
border-color css
<style>
span { border-color: #101E03; }
span { border-color: rgb(16,30,3); }
td.TdClassName
{
border-color: #101E03;
}
.TagClassName
{
border-color: #101E03;
}
</style>