Shades of Pine Tree #132901
Tints of Pine Tree #132901
RGB
CMYK
RGB Variations
Color information
#132901 (or 0x132901) is known color: Pine Tree. HEX triplet: 13, 29 and 01. RGB value is (19,41,1). Sum of RGB (Red+Green+Blue) = 19+41+1=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 41 (16.41% from 255 or 67.21% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 41 - color contains mainly: green. Hex color #132901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132901 is #ECD6FE. Grayscale: #1D1D1D. Windows color (decimal): -15521535 or 76051. OLE color: 76051.
HSL color Cylindrical-coordinate representation of color #132901: hue angle of 93º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #132901 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 41 | 1 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.84 |
| HSL | 93º | 0.95% | 0.08% | - |
| HSV(B) | 93º | 0.98% | 0.16% | - |
| XYZ | 1.07 | 1.73 | 0.31 | - |
| YUV | 29.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 1 | 0.54 | 0 | 0.98 | 0.84 | 93 | 0.95 | 0.08 |
| Hex | 13 | 29 | 1 | 36 | 0 | 62 | 54 | 5D | 5F | 8 |
| Octal | 23 | 51 | 1 | 66 | 0 | 142 | 124 | 135 | 137 | 10 |
| Binary | 10011 | 101001 | 1 | 110110 | 0 | 1100010 | 1010100 | 1011101 | 1011111 | 1000 |
Color Harmonies of #132901
Complementary color
Monochromatic Colors of #132901
Black with #132901
Text Example
Text Example
White with #132901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132901; }
p { color: rgb(19,41,1); }
H1.HeaderClassName
{
color: #132901;
}
.AnyTagClassName
{
color: #132901;
}
</style>
background-color css
<style>
a { background-color: #132901; }
a { background-color: rgb(19,41,1); }
div.DivClassName
{
background-color: #132901;
}
.BgClassName
{
background-color: #132901;
}
</style>
border-color css
<style>
span { border-color: #132901; }
span { border-color: rgb(19,41,1); }
td.TdClassName
{
border-color: #132901;
}
.TagClassName
{
border-color: #132901;
}
</style>