Shades of Pine Tree #101E0A
Tints of Pine Tree #101E0A
RGB
CMYK
RGB Variations
Color information
#101E0A (or 0x101E0A) is known color: Pine Tree. HEX triplet: 10, 1E and 0A. RGB value is (16,30,10). Sum of RGB (Red+Green+Blue) = 16+30+10=56 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.57% from 56); Green value is 30 (12.11% from 255 or 53.57% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 30 - color contains mainly: green. Hex color #101E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101E0A is #EFE1F5. Grayscale: #171717. Windows color (decimal): -15720950 or 663056. OLE color: 663056.
HSL color Cylindrical-coordinate representation of color #101E0A: hue angle of 102º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #101E0A is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 30 | 10 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.88 |
| HSL | 102º | 0.5% | 0.08% | - |
| HSV(B) | 102º | 0.67% | 0.12% | - |
| XYZ | 0.73 | 1.06 | 0.45 | - |
| YUV | 23.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 10 | 0.47 | 0 | 0.67 | 0.88 | 102 | 0.5 | 0.08 |
| Hex | 10 | 1E | A | 2F | 0 | 43 | 58 | 66 | 32 | 8 |
| Octal | 20 | 36 | 12 | 57 | 0 | 103 | 130 | 146 | 62 | 10 |
| Binary | 10000 | 11110 | 1010 | 101111 | 0 | 1000011 | 1011000 | 1100110 | 110010 | 1000 |
Color Harmonies of #101E0A
Complementary color
Monochromatic Colors of #101E0A
Black with #101E0A
Text Example
Text Example
White with #101E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E0A; }
p { color: rgb(16,30,10); }
H1.HeaderClassName
{
color: #101E0A;
}
.AnyTagClassName
{
color: #101E0A;
}
</style>
background-color css
<style>
a { background-color: #101E0A; }
a { background-color: rgb(16,30,10); }
div.DivClassName
{
background-color: #101E0A;
}
.BgClassName
{
background-color: #101E0A;
}
</style>
border-color css
<style>
span { border-color: #101E0A; }
span { border-color: rgb(16,30,10); }
td.TdClassName
{
border-color: #101E0A;
}
.TagClassName
{
border-color: #101E0A;
}
</style>