Shades of Pine Tree #1F4400
Tints of Pine Tree #1F4400
RGB
CMYK
RGB Variations
Color information
#1F4400 (or 0x1F4400) is known color: Pine Tree. HEX triplet: 1F, 44 and 00. RGB value is (31,68,0). Sum of RGB (Red+Green+Blue) = 31+68+0=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 68 (26.95% from 255 or 68.69% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 68 - color contains mainly: green. Hex color #1F4400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4400 is #E0BBFF. Grayscale: #313131. Windows color (decimal): -14728192 or 17439. OLE color: 17439.
HSL color Cylindrical-coordinate representation of color #1F4400: hue angle of 92.65º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F4400 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 68 | 0 | - |
| CMYK | 0.54 | 0 | 1 | 0.73 |
| HSL | 92.65º | 1% | 0.13% | - |
| HSV(B) | 92.65º | 1% | 0.27% | - |
| XYZ | 2.63 | 4.43 | 0.72 | - |
| YUV | 49.19 | 100.24 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 68 | 0 | 0.54 | 0 | 1 | 0.73 | 92.65 | 1 | 0.13 |
| Hex | 1F | 44 | 0 | 36 | 0 | 64 | 49 | 5D | 64 | D |
| Octal | 37 | 104 | 0 | 66 | 0 | 144 | 111 | 135 | 144 | 15 |
| Binary | 11111 | 1000100 | 0 | 110110 | 0 | 1100100 | 1001001 | 1011101 | 1100100 | 1101 |
Color Harmonies of #1F4400
Complementary color
Monochromatic Colors of #1F4400
Black with #1F4400
Text Example
Text Example
White with #1F4400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4400; }
p { color: rgb(31,68,0); }
H1.HeaderClassName
{
color: #1F4400;
}
.AnyTagClassName
{
color: #1F4400;
}
</style>
background-color css
<style>
a { background-color: #1F4400; }
a { background-color: rgb(31,68,0); }
div.DivClassName
{
background-color: #1F4400;
}
.BgClassName
{
background-color: #1F4400;
}
</style>
border-color css
<style>
span { border-color: #1F4400; }
span { border-color: rgb(31,68,0); }
td.TdClassName
{
border-color: #1F4400;
}
.TagClassName
{
border-color: #1F4400;
}
</style>