Shades of Pine Tree #192E04
Tints of Pine Tree #192E04
RGB
CMYK
RGB Variations
Color information
#192E04 (or 0x192E04) is known color: Pine Tree. HEX triplet: 19, 2E and 04. RGB value is (25,46,4). Sum of RGB (Red+Green+Blue) = 25+46+4=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 46 (18.36% from 255 or 61.33% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 46 - color contains mainly: green. Hex color #192E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192E04 is #E6D1FB. Grayscale: #232323. Windows color (decimal): -15127036 or 273945. OLE color: 273945.
HSL color Cylindrical-coordinate representation of color #192E04: hue angle of 90º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #192E04 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 46 | 4 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.82 |
| HSL | 90º | 0.84% | 0.1% | - |
| HSV(B) | 90º | 0.91% | 0.18% | - |
| XYZ | 1.4 | 2.17 | 0.46 | - |
| YUV | 34.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 4 | 0.46 | 0 | 0.91 | 0.82 | 90 | 0.84 | 0.1 |
| Hex | 19 | 2E | 4 | 2E | 0 | 5B | 52 | 5A | 54 | A |
| Octal | 31 | 56 | 4 | 56 | 0 | 133 | 122 | 132 | 124 | 12 |
| Binary | 11001 | 101110 | 100 | 101110 | 0 | 1011011 | 1010010 | 1011010 | 1010100 | 1010 |
Color Harmonies of #192E04
Complementary color
Monochromatic Colors of #192E04
Black with #192E04
Text Example
Text Example
White with #192E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E04; }
p { color: rgb(25,46,4); }
H1.HeaderClassName
{
color: #192E04;
}
.AnyTagClassName
{
color: #192E04;
}
</style>
background-color css
<style>
a { background-color: #192E04; }
a { background-color: rgb(25,46,4); }
div.DivClassName
{
background-color: #192E04;
}
.BgClassName
{
background-color: #192E04;
}
</style>
border-color css
<style>
span { border-color: #192E04; }
span { border-color: rgb(25,46,4); }
td.TdClassName
{
border-color: #192E04;
}
.TagClassName
{
border-color: #192E04;
}
</style>