Shades of Pine Tree #132F02
Tints of Pine Tree #132F02
RGB
CMYK
RGB Variations
Color information
#132F02 (or 0x132F02) is known color: Pine Tree. HEX triplet: 13, 2F and 02. RGB value is (19,47,2). Sum of RGB (Red+Green+Blue) = 19+47+2=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 47 (18.75% from 255 or 69.12% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 47 - color contains mainly: green. Hex color #132F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132F02 is #ECD0FD. Grayscale: #212121. Windows color (decimal): -15519998 or 143123. OLE color: 143123.
HSL color Cylindrical-coordinate representation of color #132F02: hue angle of 97.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #132F02 is Cyan = 0.60, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 47 | 2 | - |
| CMYK | 0.60 | 0 | 0.96 | 0.82 |
| HSL | 97.33º | 0.92% | 0.1% | - |
| HSV(B) | 97.33º | 0.96% | 0.18% | - |
| XYZ | 1.3 | 2.18 | 0.41 | - |
| YUV | 33.5 | 110.22 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 2 | 0.60 | 0 | 0.96 | 0.82 | 97.33 | 0.92 | 0.1 |
| Hex | 13 | 2F | 2 | 3C | 0 | 60 | 52 | 61 | 5C | A |
| Octal | 23 | 57 | 2 | 74 | 0 | 140 | 122 | 141 | 134 | 12 |
| Binary | 10011 | 101111 | 10 | 111100 | 0 | 1100000 | 1010010 | 1100001 | 1011100 | 1010 |
Color Harmonies of #132F02
Complementary color
Monochromatic Colors of #132F02
Black with #132F02
Text Example
Text Example
White with #132F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F02; }
p { color: rgb(19,47,2); }
H1.HeaderClassName
{
color: #132F02;
}
.AnyTagClassName
{
color: #132F02;
}
</style>
background-color css
<style>
a { background-color: #132F02; }
a { background-color: rgb(19,47,2); }
div.DivClassName
{
background-color: #132F02;
}
.BgClassName
{
background-color: #132F02;
}
</style>
border-color css
<style>
span { border-color: #132F02; }
span { border-color: rgb(19,47,2); }
td.TdClassName
{
border-color: #132F02;
}
.TagClassName
{
border-color: #132F02;
}
</style>