Shades of Pine Tree #192E09
Tints of Pine Tree #192E09
RGB
CMYK
RGB Variations
Color information
#192E09 (or 0x192E09) is known color: Pine Tree. HEX triplet: 19, 2E and 09. RGB value is (25,46,9). Sum of RGB (Red+Green+Blue) = 25+46+9=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 46 (18.36% from 255 or 57.5% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 46 - color contains mainly: green. Hex color #192E09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192E09 is #E6D1F6. Grayscale: #232323. Windows color (decimal): -15127031 or 601625. OLE color: 601625.
HSL color Cylindrical-coordinate representation of color #192E09: hue angle of 94.05º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #192E09 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 46 | 9 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.82 |
| HSL | 94.05º | 0.67% | 0.11% | - |
| HSV(B) | 94.05º | 0.8% | 0.18% | - |
| XYZ | 1.43 | 2.18 | 0.6 | - |
| YUV | 35.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 9 | 0.46 | 0 | 0.80 | 0.82 | 94.05 | 0.67 | 0.11 |
| Hex | 19 | 2E | 9 | 2E | 0 | 50 | 52 | 5E | 43 | B |
| Octal | 31 | 56 | 11 | 56 | 0 | 120 | 122 | 136 | 103 | 13 |
| Binary | 11001 | 101110 | 1001 | 101110 | 0 | 1010000 | 1010010 | 1011110 | 1000011 | 1011 |
Color Harmonies of #192E09
Complementary color
Monochromatic Colors of #192E09
Black with #192E09
Text Example
Text Example
White with #192E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E09; }
p { color: rgb(25,46,9); }
H1.HeaderClassName
{
color: #192E09;
}
.AnyTagClassName
{
color: #192E09;
}
</style>
background-color css
<style>
a { background-color: #192E09; }
a { background-color: rgb(25,46,9); }
div.DivClassName
{
background-color: #192E09;
}
.BgClassName
{
background-color: #192E09;
}
</style>
border-color css
<style>
span { border-color: #192E09; }
span { border-color: rgb(25,46,9); }
td.TdClassName
{
border-color: #192E09;
}
.TagClassName
{
border-color: #192E09;
}
</style>