Shades of Pine Tree #1F3803
Tints of Pine Tree #1F3803
RGB
CMYK
RGB Variations
Color information
#1F3803 (or 0x1F3803) is known color: Pine Tree. HEX triplet: 1F, 38 and 03. RGB value is (31,56,3). Sum of RGB (Red+Green+Blue) = 31+56+3=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 56 (22.27% from 255 or 62.22% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 56 - color contains mainly: green. Hex color #1F3803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3803 is #E0C7FC. Grayscale: #2A2A2A. Windows color (decimal): -14731261 or 210975. OLE color: 210975.
HSL color Cylindrical-coordinate representation of color #1F3803: hue angle of 88.3º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F3803 is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 56 | 3 | - |
| CMYK | 0.45 | 0 | 0.95 | 0.78 |
| HSL | 88.3º | 0.9% | 0.12% | - |
| HSV(B) | 88.3º | 0.95% | 0.22% | - |
| XYZ | 2 | 3.13 | 0.58 | - |
| YUV | 42.48 | 105.72 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 3 | 0.45 | 0 | 0.95 | 0.78 | 88.3 | 0.9 | 0.12 |
| Hex | 1F | 38 | 3 | 2D | 0 | 5F | 4E | 58 | 5A | C |
| Octal | 37 | 70 | 3 | 55 | 0 | 137 | 116 | 130 | 132 | 14 |
| Binary | 11111 | 111000 | 11 | 101101 | 0 | 1011111 | 1001110 | 1011000 | 1011010 | 1100 |
Color Harmonies of #1F3803
Complementary color
Monochromatic Colors of #1F3803
Black with #1F3803
Text Example
Text Example
White with #1F3803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3803; }
p { color: rgb(31,56,3); }
H1.HeaderClassName
{
color: #1F3803;
}
.AnyTagClassName
{
color: #1F3803;
}
</style>
background-color css
<style>
a { background-color: #1F3803; }
a { background-color: rgb(31,56,3); }
div.DivClassName
{
background-color: #1F3803;
}
.BgClassName
{
background-color: #1F3803;
}
</style>
border-color css
<style>
span { border-color: #1F3803; }
span { border-color: rgb(31,56,3); }
td.TdClassName
{
border-color: #1F3803;
}
.TagClassName
{
border-color: #1F3803;
}
</style>