Shades of Pine Tree #1F4003
Tints of Pine Tree #1F4003
RGB
CMYK
RGB Variations
Color information
#1F4003 (or 0x1F4003) is known color: Pine Tree. HEX triplet: 1F, 40 and 03. RGB value is (31,64,3). Sum of RGB (Red+Green+Blue) = 31+64+3=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4003 is #E0BFFC. Grayscale: #2F2F2F. Windows color (decimal): -14729213 or 213023. OLE color: 213023.
HSL color Cylindrical-coordinate representation of color #1F4003: hue angle of 92.46º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F4003 is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 64 | 3 | - |
| CMYK | 0.52 | 0 | 0.95 | 0.75 |
| HSL | 92.46º | 0.91% | 0.13% | - |
| HSV(B) | 92.46º | 0.95% | 0.25% | - |
| XYZ | 2.41 | 3.96 | 0.72 | - |
| YUV | 47.18 | 103.07 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 3 | 0.52 | 0 | 0.95 | 0.75 | 92.46 | 0.91 | 0.13 |
| Hex | 1F | 40 | 3 | 34 | 0 | 5F | 4B | 5C | 5B | D |
| Octal | 37 | 100 | 3 | 64 | 0 | 137 | 113 | 134 | 133 | 15 |
| Binary | 11111 | 1000000 | 11 | 110100 | 0 | 1011111 | 1001011 | 1011100 | 1011011 | 1101 |
Color Harmonies of #1F4003
Complementary color
Monochromatic Colors of #1F4003
Black with #1F4003
Text Example
Text Example
White with #1F4003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4003; }
p { color: rgb(31,64,3); }
H1.HeaderClassName
{
color: #1F4003;
}
.AnyTagClassName
{
color: #1F4003;
}
</style>
background-color css
<style>
a { background-color: #1F4003; }
a { background-color: rgb(31,64,3); }
div.DivClassName
{
background-color: #1F4003;
}
.BgClassName
{
background-color: #1F4003;
}
</style>
border-color css
<style>
span { border-color: #1F4003; }
span { border-color: rgb(31,64,3); }
td.TdClassName
{
border-color: #1F4003;
}
.TagClassName
{
border-color: #1F4003;
}
</style>