Shades of Pine Tree #192A08
Tints of Pine Tree #192A08
RGB
CMYK
RGB Variations
Color information
#192A08 (or 0x192A08) is known color: Pine Tree. HEX triplet: 19, 2A and 08. RGB value is (25,42,8). Sum of RGB (Red+Green+Blue) = 25+42+8=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 42 (16.80% from 255 or 56% from 75); Blue value is 8 (3.52% from 255 or 10.67% from 75); Max value from RGB is 42 - color contains mainly: green. Hex color #192A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192A08 is #E6D5F7. Grayscale: #212121. Windows color (decimal): -15128056 or 535065. OLE color: 535065.
HSL color Cylindrical-coordinate representation of color #192A08: hue angle of 90º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #192A08 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 42 | 8 | - |
| CMYK | 0.40 | 0 | 0.81 | 0.84 |
| HSL | 90º | 0.68% | 0.1% | - |
| HSV(B) | 90º | 0.81% | 0.16% | - |
| XYZ | 1.27 | 1.88 | 0.53 | - |
| YUV | 33.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 8 | 0.40 | 0 | 0.81 | 0.84 | 90 | 0.68 | 0.1 |
| Hex | 19 | 2A | 8 | 28 | 0 | 51 | 54 | 5A | 44 | A |
| Octal | 31 | 52 | 10 | 50 | 0 | 121 | 124 | 132 | 104 | 12 |
| Binary | 11001 | 101010 | 1000 | 101000 | 0 | 1010001 | 1010100 | 1011010 | 1000100 | 1010 |
Color Harmonies of #192A08
Complementary color
Monochromatic Colors of #192A08
Black with #192A08
Text Example
Text Example
White with #192A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A08; }
p { color: rgb(25,42,8); }
H1.HeaderClassName
{
color: #192A08;
}
.AnyTagClassName
{
color: #192A08;
}
</style>
background-color css
<style>
a { background-color: #192A08; }
a { background-color: rgb(25,42,8); }
div.DivClassName
{
background-color: #192A08;
}
.BgClassName
{
background-color: #192A08;
}
</style>
border-color css
<style>
span { border-color: #192A08; }
span { border-color: rgb(25,42,8); }
td.TdClassName
{
border-color: #192A08;
}
.TagClassName
{
border-color: #192A08;
}
</style>