Shades of Pine Tree #192602
Tints of Pine Tree #192602
RGB
CMYK
RGB Variations
Color information
#192602 (or 0x192602) is known color: Pine Tree. HEX triplet: 19, 26 and 02. RGB value is (25,38,2). Sum of RGB (Red+Green+Blue) = 25+38+2=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 38 (15.23% from 255 or 58.46% from 65); Blue value is 2 (1.17% from 255 or 3.08% from 65); Max value from RGB is 38 - color contains mainly: green. Hex color #192602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192602 is #E6D9FD. Grayscale: #1E1E1E. Windows color (decimal): -15129086 or 140825. OLE color: 140825.
HSL color Cylindrical-coordinate representation of color #192602: hue angle of 81.67º 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 #192602 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 38 | 2 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.85 |
| HSL | 81.67º | 0.9% | 0.08% | - |
| HSV(B) | 81.67º | 0.95% | 0.15% | - |
| XYZ | 1.1 | 1.6 | 0.31 | - |
| YUV | 30.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 2 | 0.34 | 0 | 0.95 | 0.85 | 81.67 | 0.9 | 0.08 |
| Hex | 19 | 26 | 2 | 22 | 0 | 5F | 55 | 52 | 5A | 8 |
| Octal | 31 | 46 | 2 | 42 | 0 | 137 | 125 | 122 | 132 | 10 |
| Binary | 11001 | 100110 | 10 | 100010 | 0 | 1011111 | 1010101 | 1010010 | 1011010 | 1000 |
Color Harmonies of #192602
Complementary color
Monochromatic Colors of #192602
Black with #192602
Text Example
Text Example
White with #192602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192602; }
p { color: rgb(25,38,2); }
H1.HeaderClassName
{
color: #192602;
}
.AnyTagClassName
{
color: #192602;
}
</style>
background-color css
<style>
a { background-color: #192602; }
a { background-color: rgb(25,38,2); }
div.DivClassName
{
background-color: #192602;
}
.BgClassName
{
background-color: #192602;
}
</style>
border-color css
<style>
span { border-color: #192602; }
span { border-color: rgb(25,38,2); }
td.TdClassName
{
border-color: #192602;
}
.TagClassName
{
border-color: #192602;
}
</style>