Shades of Pine Tree #192502
Tints of Pine Tree #192502
RGB
CMYK
RGB Variations
Color information
#192502 (or 0x192502) is known color: Pine Tree. HEX triplet: 19, 25 and 02. RGB value is (25,37,2). Sum of RGB (Red+Green+Blue) = 25+37+2=64 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.06% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #192502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192502 is #E6DAFD. Grayscale: #1D1D1D. Windows color (decimal): -15129342 or 140569. OLE color: 140569.
HSL color Cylindrical-coordinate representation of color #192502: hue angle of 80.57º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #192502 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 37 | 2 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.85 |
| HSL | 80.57º | 0.9% | 0.08% | - |
| HSV(B) | 80.57º | 0.95% | 0.15% | - |
| XYZ | 1.07 | 1.53 | 0.3 | - |
| YUV | 29.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 2 | 0.32 | 0 | 0.95 | 0.85 | 80.57 | 0.9 | 0.08 |
| Hex | 19 | 25 | 2 | 20 | 0 | 5F | 55 | 51 | 5A | 8 |
| Octal | 31 | 45 | 2 | 40 | 0 | 137 | 125 | 121 | 132 | 10 |
| Binary | 11001 | 100101 | 10 | 100000 | 0 | 1011111 | 1010101 | 1010001 | 1011010 | 1000 |
Color Harmonies of #192502
Complementary color
Monochromatic Colors of #192502
Black with #192502
Text Example
Text Example
White with #192502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192502; }
p { color: rgb(25,37,2); }
H1.HeaderClassName
{
color: #192502;
}
.AnyTagClassName
{
color: #192502;
}
</style>
background-color css
<style>
a { background-color: #192502; }
a { background-color: rgb(25,37,2); }
div.DivClassName
{
background-color: #192502;
}
.BgClassName
{
background-color: #192502;
}
</style>
border-color css
<style>
span { border-color: #192502; }
span { border-color: rgb(25,37,2); }
td.TdClassName
{
border-color: #192502;
}
.TagClassName
{
border-color: #192502;
}
</style>