Shades of Pine Tree #131C08
Tints of Pine Tree #131C08
RGB
CMYK
RGB Variations
Color information
#131C08 (or 0x131C08) is known color: Pine Tree. HEX triplet: 13, 1C and 08. RGB value is (19,28,8). Sum of RGB (Red+Green+Blue) = 19+28+8=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 8 (3.52% from 255 or 14.55% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #131C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C08 is #ECE3F7. Grayscale: #171717. Windows color (decimal): -15524856 or 531475. OLE color: 531475.
HSL color Cylindrical-coordinate representation of color #131C08: hue angle of 87º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #131C08 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 28 | 8 | - |
| CMYK | 0.32 | 0 | 0.71 | 0.89 |
| HSL | 87º | 0.56% | 0.07% | - |
| HSV(B) | 87º | 0.71% | 0.11% | - |
| XYZ | 0.73 | 0.99 | 0.38 | - |
| YUV | 23.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 8 | 0.32 | 0 | 0.71 | 0.89 | 87 | 0.56 | 0.07 |
| Hex | 13 | 1C | 8 | 20 | 0 | 47 | 59 | 57 | 38 | 7 |
| Octal | 23 | 34 | 10 | 40 | 0 | 107 | 131 | 127 | 70 | 7 |
| Binary | 10011 | 11100 | 1000 | 100000 | 0 | 1000111 | 1011001 | 1010111 | 111000 | 111 |
Color Harmonies of #131C08
Complementary color
Monochromatic Colors of #131C08
Black with #131C08
Text Example
Text Example
White with #131C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C08; }
p { color: rgb(19,28,8); }
H1.HeaderClassName
{
color: #131C08;
}
.AnyTagClassName
{
color: #131C08;
}
</style>
background-color css
<style>
a { background-color: #131C08; }
a { background-color: rgb(19,28,8); }
div.DivClassName
{
background-color: #131C08;
}
.BgClassName
{
background-color: #131C08;
}
</style>
border-color css
<style>
span { border-color: #131C08; }
span { border-color: rgb(19,28,8); }
td.TdClassName
{
border-color: #131C08;
}
.TagClassName
{
border-color: #131C08;
}
</style>