Shades of Pine Tree #19280B
Tints of Pine Tree #19280B
RGB
CMYK
RGB Variations
Color information
#19280B (or 0x19280B) is known color: Pine Tree. HEX triplet: 19, 28 and 0B. RGB value is (25,40,11). Sum of RGB (Red+Green+Blue) = 25+40+11=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 40 (16.02% from 255 or 52.63% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 40 - color contains mainly: green. Hex color #19280B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19280B is #E6D7F4. Grayscale: #202020. Windows color (decimal): -15128565 or 731161. OLE color: 731161.
HSL color Cylindrical-coordinate representation of color #19280B: hue angle of 91.03º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19280B is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 40 | 11 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.84 |
| HSL | 91.03º | 0.57% | 0.1% | - |
| HSV(B) | 91.03º | 0.73% | 0.16% | - |
| XYZ | 1.22 | 1.75 | 0.59 | - |
| YUV | 32.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 11 | 0.38 | 0 | 0.72 | 0.84 | 91.03 | 0.57 | 0.1 |
| Hex | 19 | 28 | B | 26 | 0 | 48 | 54 | 5B | 39 | A |
| Octal | 31 | 50 | 13 | 46 | 0 | 110 | 124 | 133 | 71 | 12 |
| Binary | 11001 | 101000 | 1011 | 100110 | 0 | 1001000 | 1010100 | 1011011 | 111001 | 1010 |
Color Harmonies of #19280B
Complementary color
Monochromatic Colors of #19280B
Black with #19280B
Text Example
Text Example
White with #19280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19280B; }
p { color: rgb(25,40,11); }
H1.HeaderClassName
{
color: #19280B;
}
.AnyTagClassName
{
color: #19280B;
}
</style>
background-color css
<style>
a { background-color: #19280B; }
a { background-color: rgb(25,40,11); }
div.DivClassName
{
background-color: #19280B;
}
.BgClassName
{
background-color: #19280B;
}
</style>
border-color css
<style>
span { border-color: #19280B; }
span { border-color: rgb(25,40,11); }
td.TdClassName
{
border-color: #19280B;
}
.TagClassName
{
border-color: #19280B;
}
</style>