Shades of Pine Tree #101F02
Tints of Pine Tree #101F02
RGB
CMYK
RGB Variations
Color information
#101F02 (or 0x101F02) is known color: Pine Tree. HEX triplet: 10, 1F and 02. RGB value is (16,31,2). Sum of RGB (Red+Green+Blue) = 16+31+2=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 31 (12.5% from 255 or 63.27% from 49); Blue value is 2 (1.17% from 255 or 4.08% from 49); Max value from RGB is 31 - color contains mainly: green. Hex color #101F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101F02 is #EFE0FD. Grayscale: #171717. Windows color (decimal): -15720702 or 139024. OLE color: 139024.
HSL color Cylindrical-coordinate representation of color #101F02: hue angle of 91.03º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #101F02 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 16 | 31 | 2 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.88 |
| HSL | 91.03º | 0.88% | 0.06% | - |
| HSV(B) | 91.03º | 0.94% | 0.12% | - |
| XYZ | 0.71 | 1.09 | 0.23 | - |
| YUV | 23.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 2 | 0.48 | 0 | 0.94 | 0.88 | 91.03 | 0.88 | 0.06 |
| Hex | 10 | 1F | 2 | 30 | 0 | 5E | 58 | 5B | 58 | 6 |
| Octal | 20 | 37 | 2 | 60 | 0 | 136 | 130 | 133 | 130 | 6 |
| Binary | 10000 | 11111 | 10 | 110000 | 0 | 1011110 | 1011000 | 1011011 | 1011000 | 110 |
Color Harmonies of #101F02
Complementary color
Monochromatic Colors of #101F02
Black with #101F02
Text Example
Text Example
White with #101F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F02; }
p { color: rgb(16,31,2); }
H1.HeaderClassName
{
color: #101F02;
}
.AnyTagClassName
{
color: #101F02;
}
</style>
background-color css
<style>
a { background-color: #101F02; }
a { background-color: rgb(16,31,2); }
div.DivClassName
{
background-color: #101F02;
}
.BgClassName
{
background-color: #101F02;
}
</style>
border-color css
<style>
span { border-color: #101F02; }
span { border-color: rgb(16,31,2); }
td.TdClassName
{
border-color: #101F02;
}
.TagClassName
{
border-color: #101F02;
}
</style>