Shades of Pine Tree #192B07
Tints of Pine Tree #192B07
RGB
CMYK
RGB Variations
Color information
#192B07 (or 0x192B07) is known color: Pine Tree. HEX triplet: 19, 2B and 07. RGB value is (25,43,7). Sum of RGB (Red+Green+Blue) = 25+43+7=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 43 (17.19% from 255 or 57.33% from 75); Blue value is 7 (3.12% from 255 or 9.33% from 75); Max value from RGB is 43 - color contains mainly: green. Hex color #192B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192B07 is #E6D4F8. Grayscale: #212121. Windows color (decimal): -15127801 or 469785. OLE color: 469785.
HSL color Cylindrical-coordinate representation of color #192B07: hue angle of 90º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #192B07 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 43 | 7 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.83 |
| HSL | 90º | 0.72% | 0.1% | - |
| HSV(B) | 90º | 0.84% | 0.17% | - |
| XYZ | 1.3 | 1.95 | 0.51 | - |
| YUV | 33.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 7 | 0.42 | 0 | 0.84 | 0.83 | 90 | 0.72 | 0.1 |
| Hex | 19 | 2B | 7 | 2A | 0 | 54 | 53 | 5A | 48 | A |
| Octal | 31 | 53 | 7 | 52 | 0 | 124 | 123 | 132 | 110 | 12 |
| Binary | 11001 | 101011 | 111 | 101010 | 0 | 1010100 | 1010011 | 1011010 | 1001000 | 1010 |
Color Harmonies of #192B07
Complementary color
Monochromatic Colors of #192B07
Black with #192B07
Text Example
Text Example
White with #192B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B07; }
p { color: rgb(25,43,7); }
H1.HeaderClassName
{
color: #192B07;
}
.AnyTagClassName
{
color: #192B07;
}
</style>
background-color css
<style>
a { background-color: #192B07; }
a { background-color: rgb(25,43,7); }
div.DivClassName
{
background-color: #192B07;
}
.BgClassName
{
background-color: #192B07;
}
</style>
border-color css
<style>
span { border-color: #192B07; }
span { border-color: rgb(25,43,7); }
td.TdClassName
{
border-color: #192B07;
}
.TagClassName
{
border-color: #192B07;
}
</style>