Shades of Pine Tree #192C05
Tints of Pine Tree #192C05
RGB
CMYK
RGB Variations
Color information
#192C05 (or 0x192C05) is known color: Pine Tree. HEX triplet: 19, 2C and 05. RGB value is (25,44,5). Sum of RGB (Red+Green+Blue) = 25+44+5=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 44 (17.58% from 255 or 59.46% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 44 - color contains mainly: green. Hex color #192C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192C05 is #E6D3FA. Grayscale: #222222. Windows color (decimal): -15127547 or 338969. OLE color: 338969.
HSL color Cylindrical-coordinate representation of color #192C05: hue angle of 89.23º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192C05 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 44 | 5 | - |
| CMYK | 0.43 | 0 | 0.89 | 0.83 |
| HSL | 89.23º | 0.8% | 0.1% | - |
| HSV(B) | 89.23º | 0.89% | 0.17% | - |
| XYZ | 1.33 | 2.02 | 0.46 | - |
| YUV | 33.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 5 | 0.43 | 0 | 0.89 | 0.83 | 89.23 | 0.8 | 0.1 |
| Hex | 19 | 2C | 5 | 2B | 0 | 59 | 53 | 59 | 50 | A |
| Octal | 31 | 54 | 5 | 53 | 0 | 131 | 123 | 131 | 120 | 12 |
| Binary | 11001 | 101100 | 101 | 101011 | 0 | 1011001 | 1010011 | 1011001 | 1010000 | 1010 |
Color Harmonies of #192C05
Complementary color
Monochromatic Colors of #192C05
Black with #192C05
Text Example
Text Example
White with #192C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192C05; }
p { color: rgb(25,44,5); }
H1.HeaderClassName
{
color: #192C05;
}
.AnyTagClassName
{
color: #192C05;
}
</style>
background-color css
<style>
a { background-color: #192C05; }
a { background-color: rgb(25,44,5); }
div.DivClassName
{
background-color: #192C05;
}
.BgClassName
{
background-color: #192C05;
}
</style>
border-color css
<style>
span { border-color: #192C05; }
span { border-color: rgb(25,44,5); }
td.TdClassName
{
border-color: #192C05;
}
.TagClassName
{
border-color: #192C05;
}
</style>