Shades of Pine Tree #192901
Tints of Pine Tree #192901
RGB
CMYK
RGB Variations
Color information
#192901 (or 0x192901) is known color: Pine Tree. HEX triplet: 19, 29 and 01. RGB value is (25,41,1). Sum of RGB (Red+Green+Blue) = 25+41+1=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 41 (16.41% from 255 or 61.19% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 41 - color contains mainly: green. Hex color #192901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192901 is #E6D6FE. Grayscale: #1F1F1F. Windows color (decimal): -15128319 or 76057. OLE color: 76057.
HSL color Cylindrical-coordinate representation of color #192901: hue angle of 84º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #192901 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 41 | 1 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.84 |
| HSL | 84º | 0.95% | 0.08% | - |
| HSV(B) | 84º | 0.98% | 0.16% | - |
| XYZ | 1.2 | 1.79 | 0.31 | - |
| YUV | 31.66 | 110.7 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 1 | 0.39 | 0 | 0.98 | 0.84 | 84 | 0.95 | 0.08 |
| Hex | 19 | 29 | 1 | 27 | 0 | 62 | 54 | 54 | 5F | 8 |
| Octal | 31 | 51 | 1 | 47 | 0 | 142 | 124 | 124 | 137 | 10 |
| Binary | 11001 | 101001 | 1 | 100111 | 0 | 1100010 | 1010100 | 1010100 | 1011111 | 1000 |
Color Harmonies of #192901
Complementary color
Monochromatic Colors of #192901
Black with #192901
Text Example
Text Example
White with #192901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192901; }
p { color: rgb(25,41,1); }
H1.HeaderClassName
{
color: #192901;
}
.AnyTagClassName
{
color: #192901;
}
</style>
background-color css
<style>
a { background-color: #192901; }
a { background-color: rgb(25,41,1); }
div.DivClassName
{
background-color: #192901;
}
.BgClassName
{
background-color: #192901;
}
</style>
border-color css
<style>
span { border-color: #192901; }
span { border-color: rgb(25,41,1); }
td.TdClassName
{
border-color: #192901;
}
.TagClassName
{
border-color: #192901;
}
</style>