Shades of Pine Tree #181F0D
Tints of Pine Tree #181F0D
RGB
CMYK
RGB Variations
Color information
#181F0D (or 0x181F0D) is known color: Pine Tree. HEX triplet: 18, 1F and 0D. RGB value is (24,31,13). Sum of RGB (Red+Green+Blue) = 24+31+13=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 31 (12.5% from 255 or 45.59% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 31 - color contains mainly: green. Hex color #181F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181F0D is #E7E0F2. Grayscale: #1A1A1A. Windows color (decimal): -15196403 or 859928. OLE color: 859928.
HSL color Cylindrical-coordinate representation of color #181F0D: hue angle of 83.33º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #181F0D is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 31 | 13 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.88 |
| HSL | 83.33º | 0.41% | 0.09% | - |
| HSV(B) | 83.33º | 0.58% | 0.12% | - |
| XYZ | 0.94 | 1.2 | 0.56 | - |
| YUV | 26.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 13 | 0.23 | 0 | 0.58 | 0.88 | 83.33 | 0.41 | 0.09 |
| Hex | 18 | 1F | D | 17 | 0 | 3A | 58 | 53 | 29 | 9 |
| Octal | 30 | 37 | 15 | 27 | 0 | 72 | 130 | 123 | 51 | 11 |
| Binary | 11000 | 11111 | 1101 | 10111 | 0 | 111010 | 1011000 | 1010011 | 101001 | 1001 |
Color Harmonies of #181F0D
Complementary color
Monochromatic Colors of #181F0D
Black with #181F0D
Text Example
Text Example
White with #181F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181F0D; }
p { color: rgb(24,31,13); }
H1.HeaderClassName
{
color: #181F0D;
}
.AnyTagClassName
{
color: #181F0D;
}
</style>
background-color css
<style>
a { background-color: #181F0D; }
a { background-color: rgb(24,31,13); }
div.DivClassName
{
background-color: #181F0D;
}
.BgClassName
{
background-color: #181F0D;
}
</style>
border-color css
<style>
span { border-color: #181F0D; }
span { border-color: rgb(24,31,13); }
td.TdClassName
{
border-color: #181F0D;
}
.TagClassName
{
border-color: #181F0D;
}
</style>