Shades of Pine Tree #192E03
Tints of Pine Tree #192E03
RGB
CMYK
RGB Variations
Color information
#192E03 (or 0x192E03) is known color: Pine Tree. HEX triplet: 19, 2E and 03. RGB value is (25,46,3). Sum of RGB (Red+Green+Blue) = 25+46+3=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 46 (18.36% from 255 or 62.16% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 46 - color contains mainly: green. Hex color #192E03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192E03 is #E6D1FC. Grayscale: #222222. Windows color (decimal): -15127037 or 208409. OLE color: 208409.
HSL color Cylindrical-coordinate representation of color #192E03: hue angle of 89.3º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #192E03 is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 46 | 3 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.82 |
| HSL | 89.3º | 0.88% | 0.1% | - |
| HSV(B) | 89.3º | 0.93% | 0.18% | - |
| XYZ | 1.39 | 2.17 | 0.43 | - |
| YUV | 34.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 3 | 0.46 | 0 | 0.93 | 0.82 | 89.3 | 0.88 | 0.1 |
| Hex | 19 | 2E | 3 | 2E | 0 | 5D | 52 | 59 | 58 | A |
| Octal | 31 | 56 | 3 | 56 | 0 | 135 | 122 | 131 | 130 | 12 |
| Binary | 11001 | 101110 | 11 | 101110 | 0 | 1011101 | 1010010 | 1011001 | 1011000 | 1010 |
Color Harmonies of #192E03
Complementary color
Monochromatic Colors of #192E03
Black with #192E03
Text Example
Text Example
White with #192E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E03; }
p { color: rgb(25,46,3); }
H1.HeaderClassName
{
color: #192E03;
}
.AnyTagClassName
{
color: #192E03;
}
</style>
background-color css
<style>
a { background-color: #192E03; }
a { background-color: rgb(25,46,3); }
div.DivClassName
{
background-color: #192E03;
}
.BgClassName
{
background-color: #192E03;
}
</style>
border-color css
<style>
span { border-color: #192E03; }
span { border-color: rgb(25,46,3); }
td.TdClassName
{
border-color: #192E03;
}
.TagClassName
{
border-color: #192E03;
}
</style>