Shades of Pine Tree #192A00
Tints of Pine Tree #192A00
RGB
CMYK
RGB Variations
Color information
#192A00 (or 0x192A00) is known color: Pine Tree. HEX triplet: 19, 2A and 00. RGB value is (25,42,0). Sum of RGB (Red+Green+Blue) = 25+42+0=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 42 (16.80% from 255 or 62.69% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 42 - color contains mainly: green. Hex color #192A00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192A00 is #E6D5FF. Grayscale: #202020. Windows color (decimal): -15128064 or 10777. OLE color: 10777.
HSL color Cylindrical-coordinate representation of color #192A00: hue angle of 84.29º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #192A00 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 42 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.84 |
| HSL | 84.29º | 1% | 0.08% | - |
| HSV(B) | 84.29º | 1% | 0.16% | - |
| XYZ | 1.23 | 1.86 | 0.29 | - |
| YUV | 32.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 0 | 0.40 | 0 | 1 | 0.84 | 84.29 | 1 | 0.08 |
| Hex | 19 | 2A | 0 | 28 | 0 | 64 | 54 | 54 | 64 | 8 |
| Octal | 31 | 52 | 0 | 50 | 0 | 144 | 124 | 124 | 144 | 10 |
| Binary | 11001 | 101010 | 0 | 101000 | 0 | 1100100 | 1010100 | 1010100 | 1100100 | 1000 |
Color Harmonies of #192A00
Complementary color
Monochromatic Colors of #192A00
Black with #192A00
Text Example
Text Example
White with #192A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A00; }
p { color: rgb(25,42,0); }
H1.HeaderClassName
{
color: #192A00;
}
.AnyTagClassName
{
color: #192A00;
}
</style>
background-color css
<style>
a { background-color: #192A00; }
a { background-color: rgb(25,42,0); }
div.DivClassName
{
background-color: #192A00;
}
.BgClassName
{
background-color: #192A00;
}
</style>
border-color css
<style>
span { border-color: #192A00; }
span { border-color: rgb(25,42,0); }
td.TdClassName
{
border-color: #192A00;
}
.TagClassName
{
border-color: #192A00;
}
</style>