Shades of Pine Tree #132D04
Tints of Pine Tree #132D04
RGB
CMYK
RGB Variations
Color information
#132D04 (or 0x132D04) is known color: Pine Tree. HEX triplet: 13, 2D and 04. RGB value is (19,45,4). Sum of RGB (Red+Green+Blue) = 19+45+4=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 45 (17.97% from 255 or 66.18% from 68); Blue value is 4 (1.95% from 255 or 5.88% from 68); Max value from RGB is 45 - color contains mainly: green. Hex color #132D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132D04 is #ECD2FB. Grayscale: #202020. Windows color (decimal): -15520508 or 273683. OLE color: 273683.
HSL color Cylindrical-coordinate representation of color #132D04: hue angle of 98.05º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132D04 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 45 | 4 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.82 |
| HSL | 98.05º | 0.84% | 0.1% | - |
| HSV(B) | 98.05º | 0.91% | 0.18% | - |
| XYZ | 1.23 | 2.02 | 0.44 | - |
| YUV | 32.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 4 | 0.58 | 0 | 0.91 | 0.82 | 98.05 | 0.84 | 0.1 |
| Hex | 13 | 2D | 4 | 3A | 0 | 5B | 52 | 62 | 54 | A |
| Octal | 23 | 55 | 4 | 72 | 0 | 133 | 122 | 142 | 124 | 12 |
| Binary | 10011 | 101101 | 100 | 111010 | 0 | 1011011 | 1010010 | 1100010 | 1010100 | 1010 |
Color Harmonies of #132D04
Complementary color
Monochromatic Colors of #132D04
Black with #132D04
Text Example
Text Example
White with #132D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D04; }
p { color: rgb(19,45,4); }
H1.HeaderClassName
{
color: #132D04;
}
.AnyTagClassName
{
color: #132D04;
}
</style>
background-color css
<style>
a { background-color: #132D04; }
a { background-color: rgb(19,45,4); }
div.DivClassName
{
background-color: #132D04;
}
.BgClassName
{
background-color: #132D04;
}
</style>
border-color css
<style>
span { border-color: #132D04; }
span { border-color: rgb(19,45,4); }
td.TdClassName
{
border-color: #132D04;
}
.TagClassName
{
border-color: #132D04;
}
</style>