Shades of Pine Tree #132403
Tints of Pine Tree #132403
RGB
CMYK
RGB Variations
Color information
#132403 (or 0x132403) is known color: Pine Tree. HEX triplet: 13, 24 and 03. RGB value is (19,36,3). Sum of RGB (Red+Green+Blue) = 19+36+3=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 36 (14.45% from 255 or 62.07% from 58); Blue value is 3 (1.56% from 255 or 5.17% from 58); Max value from RGB is 36 - color contains mainly: green. Hex color #132403 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132403 is #ECDBFC. Grayscale: #1B1B1B. Windows color (decimal): -15522813 or 205843. OLE color: 205843.
HSL color Cylindrical-coordinate representation of color #132403: hue angle of 90.91º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132403 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 36 | 3 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.86 |
| HSL | 90.91º | 0.85% | 0.08% | - |
| HSV(B) | 90.91º | 0.92% | 0.14% | - |
| XYZ | 0.92 | 1.41 | 0.31 | - |
| YUV | 27.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 3 | 0.47 | 0 | 0.92 | 0.86 | 90.91 | 0.85 | 0.08 |
| Hex | 13 | 24 | 3 | 2F | 0 | 5C | 56 | 5B | 55 | 8 |
| Octal | 23 | 44 | 3 | 57 | 0 | 134 | 126 | 133 | 125 | 10 |
| Binary | 10011 | 100100 | 11 | 101111 | 0 | 1011100 | 1010110 | 1011011 | 1010101 | 1000 |
Color Harmonies of #132403
Complementary color
Monochromatic Colors of #132403
Black with #132403
Text Example
Text Example
White with #132403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132403; }
p { color: rgb(19,36,3); }
H1.HeaderClassName
{
color: #132403;
}
.AnyTagClassName
{
color: #132403;
}
</style>
background-color css
<style>
a { background-color: #132403; }
a { background-color: rgb(19,36,3); }
div.DivClassName
{
background-color: #132403;
}
.BgClassName
{
background-color: #132403;
}
</style>
border-color css
<style>
span { border-color: #132403; }
span { border-color: rgb(19,36,3); }
td.TdClassName
{
border-color: #132403;
}
.TagClassName
{
border-color: #132403;
}
</style>