Shades of Pine Tree #1F241B
Tints of Pine Tree #1F241B
RGB
CMYK
RGB Variations
Color information
#1F241B (or 0x1F241B) is known color: Pine Tree. HEX triplet: 1F, 24 and 1B. RGB value is (31,36,27). Sum of RGB (Red+Green+Blue) = 31+36+27=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 36 - color contains mainly: green. Hex color #1F241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F241B is #E0DBE4. Grayscale: #212121. Windows color (decimal): -14736357 or 1778719. OLE color: 1778719.
HSL color Cylindrical-coordinate representation of color #1F241B: hue angle of 93.33º degrees, saturation: 0.14, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1F241B is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
RGB | 31 | 36 | 27 | - |
CMYK | 0.14 | 0 | 0.25 | 0.86 |
HSL | 93.33º | 0.14% | 0.12% | - |
HSV(B) | 93.33º | 0.25% | 0.14% | - |
XYZ | 1.39 | 1.63 | 1.28 | - |
YUV | 33.48 | 124.34 | 126.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 36 | 27 | 0.14 | 0 | 0.25 | 0.86 | 93.33 | 0.14 | 0.12 |
Hex | 1F | 24 | 1B | E | 0 | 19 | 56 | 5D | E | C |
Octal | 37 | 44 | 33 | 16 | 0 | 31 | 126 | 135 | 16 | 14 |
Binary | 11111 | 100100 | 11011 | 1110 | 0 | 11001 | 1010110 | 1011101 | 1110 | 1100 |
Color Harmonies of #1F241B
Complementary color
Monochromatic Colors of #1F241B
Black with #1F241B
Text Example
Text Example
White with #1F241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F241B; }
p { color: rgb(31,36,27); }
H1.HeaderClassName
{
color: #1F241B;
}
.AnyTagClassName
{
color: #1F241B;
}
</style>
background-color css
<style>
a { background-color: #1F241B; }
a { background-color: rgb(31,36,27); }
div.DivClassName
{
background-color: #1F241B;
}
.BgClassName
{
background-color: #1F241B;
}
</style>
border-color css
<style>
span { border-color: #1F241B; }
span { border-color: rgb(31,36,27); }
td.TdClassName
{
border-color: #1F241B;
}
.TagClassName
{
border-color: #1F241B;
}
</style>