Shades of Pine Tree #1F4301
Tints of Pine Tree #1F4301
RGB
CMYK
RGB Variations
Color information
#1F4301 (or 0x1F4301) is known color: Pine Tree. HEX triplet: 1F, 43 and 01. RGB value is (31,67,1). Sum of RGB (Red+Green+Blue) = 31+67+1=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 67 (26.56% from 255 or 67.68% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 67 - color contains mainly: green. Hex color #1F4301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4301 is #E0BCFE. Grayscale: #303030. Windows color (decimal): -14728447 or 82719. OLE color: 82719.
HSL color Cylindrical-coordinate representation of color #1F4301: hue angle of 92.73º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F4301 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 67 | 1 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.74 |
| HSL | 92.73º | 0.97% | 0.13% | - |
| HSV(B) | 92.73º | 0.99% | 0.26% | - |
| XYZ | 2.58 | 4.31 | 0.72 | - |
| YUV | 48.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 1 | 0.54 | 0 | 0.99 | 0.74 | 92.73 | 0.97 | 0.13 |
| Hex | 1F | 43 | 1 | 36 | 0 | 63 | 4A | 5D | 61 | D |
| Octal | 37 | 103 | 1 | 66 | 0 | 143 | 112 | 135 | 141 | 15 |
| Binary | 11111 | 1000011 | 1 | 110110 | 0 | 1100011 | 1001010 | 1011101 | 1100001 | 1101 |
Color Harmonies of #1F4301
Complementary color
Monochromatic Colors of #1F4301
Black with #1F4301
Text Example
Text Example
White with #1F4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4301; }
p { color: rgb(31,67,1); }
H1.HeaderClassName
{
color: #1F4301;
}
.AnyTagClassName
{
color: #1F4301;
}
</style>
background-color css
<style>
a { background-color: #1F4301; }
a { background-color: rgb(31,67,1); }
div.DivClassName
{
background-color: #1F4301;
}
.BgClassName
{
background-color: #1F4301;
}
</style>
border-color css
<style>
span { border-color: #1F4301; }
span { border-color: rgb(31,67,1); }
td.TdClassName
{
border-color: #1F4301;
}
.TagClassName
{
border-color: #1F4301;
}
</style>