Shades of Pine Tree #192C03
Tints of Pine Tree #192C03
RGB
CMYK
RGB Variations
Color information
#192C03 (or 0x192C03) is known color: Pine Tree. HEX triplet: 19, 2C and 03. RGB value is (25,44,3). Sum of RGB (Red+Green+Blue) = 25+44+3=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 44 (17.58% from 255 or 61.11% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 44 - color contains mainly: green. Hex color #192C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192C03 is #E6D3FC. Grayscale: #212121. Windows color (decimal): -15127549 or 207897. OLE color: 207897.
HSL color Cylindrical-coordinate representation of color #192C03: hue angle of 87.8º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #192C03 is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 44 | 3 | - |
| CMYK | 0.43 | 0 | 0.93 | 0.83 |
| HSL | 87.8º | 0.87% | 0.09% | - |
| HSV(B) | 87.8º | 0.93% | 0.17% | - |
| XYZ | 1.32 | 2.01 | 0.41 | - |
| YUV | 33.65 | 110.71 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 3 | 0.43 | 0 | 0.93 | 0.83 | 87.8 | 0.87 | 0.09 |
| Hex | 19 | 2C | 3 | 2B | 0 | 5D | 53 | 58 | 57 | 9 |
| Octal | 31 | 54 | 3 | 53 | 0 | 135 | 123 | 130 | 127 | 11 |
| Binary | 11001 | 101100 | 11 | 101011 | 0 | 1011101 | 1010011 | 1011000 | 1010111 | 1001 |
Color Harmonies of #192C03
Complementary color
Monochromatic Colors of #192C03
Black with #192C03
Text Example
Text Example
White with #192C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192C03; }
p { color: rgb(25,44,3); }
H1.HeaderClassName
{
color: #192C03;
}
.AnyTagClassName
{
color: #192C03;
}
</style>
background-color css
<style>
a { background-color: #192C03; }
a { background-color: rgb(25,44,3); }
div.DivClassName
{
background-color: #192C03;
}
.BgClassName
{
background-color: #192C03;
}
</style>
border-color css
<style>
span { border-color: #192C03; }
span { border-color: rgb(25,44,3); }
td.TdClassName
{
border-color: #192C03;
}
.TagClassName
{
border-color: #192C03;
}
</style>