Shades of Pine Tree #19200B
Tints of Pine Tree #19200B
RGB
CMYK
RGB Variations
Color information
#19200B (or 0x19200B) is known color: Pine Tree. HEX triplet: 19, 20 and 0B. RGB value is (25,32,11). Sum of RGB (Red+Green+Blue) = 25+32+11=68 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.76% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 32 - color contains mainly: green. Hex color #19200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19200B is #E6DFF4. Grayscale: #1B1B1B. Windows color (decimal): -15130613 or 729113. OLE color: 729113.
HSL color Cylindrical-coordinate representation of color #19200B: hue angle of 80º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #19200B is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 32 | 11 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.87 |
| HSL | 80º | 0.49% | 0.08% | - |
| HSV(B) | 80º | 0.66% | 0.13% | - |
| XYZ | 0.98 | 1.26 | 0.51 | - |
| YUV | 27.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 11 | 0.22 | 0 | 0.66 | 0.87 | 80 | 0.49 | 0.08 |
| Hex | 19 | 20 | B | 16 | 0 | 42 | 57 | 50 | 31 | 8 |
| Octal | 31 | 40 | 13 | 26 | 0 | 102 | 127 | 120 | 61 | 10 |
| Binary | 11001 | 100000 | 1011 | 10110 | 0 | 1000010 | 1010111 | 1010000 | 110001 | 1000 |
Color Harmonies of #19200B
Complementary color
Monochromatic Colors of #19200B
Black with #19200B
Text Example
Text Example
White with #19200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19200B; }
p { color: rgb(25,32,11); }
H1.HeaderClassName
{
color: #19200B;
}
.AnyTagClassName
{
color: #19200B;
}
</style>
background-color css
<style>
a { background-color: #19200B; }
a { background-color: rgb(25,32,11); }
div.DivClassName
{
background-color: #19200B;
}
.BgClassName
{
background-color: #19200B;
}
</style>
border-color css
<style>
span { border-color: #19200B; }
span { border-color: rgb(25,32,11); }
td.TdClassName
{
border-color: #19200B;
}
.TagClassName
{
border-color: #19200B;
}
</style>