Shades of Pine Tree #132E03
Tints of Pine Tree #132E03
RGB
CMYK
RGB Variations
Color information
#132E03 (or 0x132E03) is known color: Pine Tree. HEX triplet: 13, 2E and 03. RGB value is (19,46,3). Sum of RGB (Red+Green+Blue) = 19+46+3=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 46 (18.36% from 255 or 67.65% from 68); Blue value is 3 (1.56% from 255 or 4.41% from 68); Max value from RGB is 46 - color contains mainly: green. Hex color #132E03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132E03 is #ECD1FC. Grayscale: #212121. Windows color (decimal): -15520253 or 208403. OLE color: 208403.
HSL color Cylindrical-coordinate representation of color #132E03: hue angle of 97.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #132E03 is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 46 | 3 | - |
| CMYK | 0.59 | 0 | 0.93 | 0.82 |
| HSL | 97.67º | 0.88% | 0.1% | - |
| HSV(B) | 97.67º | 0.93% | 0.18% | - |
| XYZ | 1.26 | 2.1 | 0.42 | - |
| YUV | 33.03 | 111.05 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 3 | 0.59 | 0 | 0.93 | 0.82 | 97.67 | 0.88 | 0.1 |
| Hex | 13 | 2E | 3 | 3B | 0 | 5D | 52 | 62 | 58 | A |
| Octal | 23 | 56 | 3 | 73 | 0 | 135 | 122 | 142 | 130 | 12 |
| Binary | 10011 | 101110 | 11 | 111011 | 0 | 1011101 | 1010010 | 1100010 | 1011000 | 1010 |
Color Harmonies of #132E03
Complementary color
Monochromatic Colors of #132E03
Black with #132E03
Text Example
Text Example
White with #132E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E03; }
p { color: rgb(19,46,3); }
H1.HeaderClassName
{
color: #132E03;
}
.AnyTagClassName
{
color: #132E03;
}
</style>
background-color css
<style>
a { background-color: #132E03; }
a { background-color: rgb(19,46,3); }
div.DivClassName
{
background-color: #132E03;
}
.BgClassName
{
background-color: #132E03;
}
</style>
border-color css
<style>
span { border-color: #132E03; }
span { border-color: rgb(19,46,3); }
td.TdClassName
{
border-color: #132E03;
}
.TagClassName
{
border-color: #132E03;
}
</style>