Shades of Pine Tree #192400
Tints of Pine Tree #192400
RGB
CMYK
RGB Variations
Color information
#192400 (or 0x192400) is known color: Pine Tree. HEX triplet: 19, 24 and 00. RGB value is (25,36,0). Sum of RGB (Red+Green+Blue) = 25+36+0=61 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.98% from 61); Green value is 36 (14.45% from 255 or 59.02% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 36 - color contains mainly: green. Hex color #192400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192400 is #E6DBFF. Grayscale: #1C1C1C. Windows color (decimal): -15129600 or 9241. OLE color: 9241.
HSL color Cylindrical-coordinate representation of color #192400: hue angle of 78.33º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #192400 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 36 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.86 |
| HSL | 78.33º | 1% | 0.07% | - |
| HSV(B) | 78.33º | 1% | 0.14% | - |
| XYZ | 1.03 | 1.47 | 0.23 | - |
| YUV | 28.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 0 | 0.31 | 0 | 1 | 0.86 | 78.33 | 1 | 0.07 |
| Hex | 19 | 24 | 0 | 1F | 0 | 64 | 56 | 4E | 64 | 7 |
| Octal | 31 | 44 | 0 | 37 | 0 | 144 | 126 | 116 | 144 | 7 |
| Binary | 11001 | 100100 | 0 | 11111 | 0 | 1100100 | 1010110 | 1001110 | 1100100 | 111 |
Color Harmonies of #192400
Complementary color
Monochromatic Colors of #192400
Black with #192400
Text Example
Text Example
White with #192400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192400; }
p { color: rgb(25,36,0); }
H1.HeaderClassName
{
color: #192400;
}
.AnyTagClassName
{
color: #192400;
}
</style>
background-color css
<style>
a { background-color: #192400; }
a { background-color: rgb(25,36,0); }
div.DivClassName
{
background-color: #192400;
}
.BgClassName
{
background-color: #192400;
}
</style>
border-color css
<style>
span { border-color: #192400; }
span { border-color: rgb(25,36,0); }
td.TdClassName
{
border-color: #192400;
}
.TagClassName
{
border-color: #192400;
}
</style>