Shades of Pine Tree #192B09
Tints of Pine Tree #192B09
RGB
CMYK
RGB Variations
Color information
#192B09 (or 0x192B09) is known color: Pine Tree. HEX triplet: 19, 2B and 09. RGB value is (25,43,9). Sum of RGB (Red+Green+Blue) = 25+43+9=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 43 (17.19% from 255 or 55.84% from 77); Blue value is 9 (3.91% from 255 or 11.69% from 77); Max value from RGB is 43 - color contains mainly: green. Hex color #192B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192B09 is #E6D4F6. Grayscale: #212121. Windows color (decimal): -15127799 or 600857. OLE color: 600857.
HSL color Cylindrical-coordinate representation of color #192B09: hue angle of 91.76º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #192B09 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 43 | 9 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.83 |
| HSL | 91.76º | 0.65% | 0.1% | - |
| HSV(B) | 91.76º | 0.79% | 0.17% | - |
| XYZ | 1.31 | 1.95 | 0.57 | - |
| YUV | 33.74 | 114.04 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 9 | 0.42 | 0 | 0.79 | 0.83 | 91.76 | 0.65 | 0.1 |
| Hex | 19 | 2B | 9 | 2A | 0 | 4F | 53 | 5C | 41 | A |
| Octal | 31 | 53 | 11 | 52 | 0 | 117 | 123 | 134 | 101 | 12 |
| Binary | 11001 | 101011 | 1001 | 101010 | 0 | 1001111 | 1010011 | 1011100 | 1000001 | 1010 |
Color Harmonies of #192B09
Complementary color
Monochromatic Colors of #192B09
Black with #192B09
Text Example
Text Example
White with #192B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B09; }
p { color: rgb(25,43,9); }
H1.HeaderClassName
{
color: #192B09;
}
.AnyTagClassName
{
color: #192B09;
}
</style>
background-color css
<style>
a { background-color: #192B09; }
a { background-color: rgb(25,43,9); }
div.DivClassName
{
background-color: #192B09;
}
.BgClassName
{
background-color: #192B09;
}
</style>
border-color css
<style>
span { border-color: #192B09; }
span { border-color: rgb(25,43,9); }
td.TdClassName
{
border-color: #192B09;
}
.TagClassName
{
border-color: #192B09;
}
</style>