Shades of Pine Tree #19300B
Tints of Pine Tree #19300B
RGB
CMYK
RGB Variations
Color information
#19300B (or 0x19300B) is known color: Pine Tree. HEX triplet: 19, 30 and 0B. RGB value is (25,48,11). Sum of RGB (Red+Green+Blue) = 25+48+11=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #19300B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19300B is #E6CFF4. Grayscale: #252525. Windows color (decimal): -15126517 or 733209. OLE color: 733209.
HSL color Cylindrical-coordinate representation of color #19300B: hue angle of 97.3º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19300B is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 48 | 11 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.81 |
| HSL | 97.3º | 0.63% | 0.12% | - |
| HSV(B) | 97.3º | 0.77% | 0.19% | - |
| XYZ | 1.52 | 2.34 | 0.69 | - |
| YUV | 36.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 11 | 0.48 | 0 | 0.77 | 0.81 | 97.3 | 0.63 | 0.12 |
| Hex | 19 | 30 | B | 30 | 0 | 4D | 51 | 61 | 3F | C |
| Octal | 31 | 60 | 13 | 60 | 0 | 115 | 121 | 141 | 77 | 14 |
| Binary | 11001 | 110000 | 1011 | 110000 | 0 | 1001101 | 1010001 | 1100001 | 111111 | 1100 |
Color Harmonies of #19300B
Complementary color
Monochromatic Colors of #19300B
Black with #19300B
Text Example
Text Example
White with #19300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19300B; }
p { color: rgb(25,48,11); }
H1.HeaderClassName
{
color: #19300B;
}
.AnyTagClassName
{
color: #19300B;
}
</style>
background-color css
<style>
a { background-color: #19300B; }
a { background-color: rgb(25,48,11); }
div.DivClassName
{
background-color: #19300B;
}
.BgClassName
{
background-color: #19300B;
}
</style>
border-color css
<style>
span { border-color: #19300B; }
span { border-color: rgb(25,48,11); }
td.TdClassName
{
border-color: #19300B;
}
.TagClassName
{
border-color: #19300B;
}
</style>