Shades of Pine Tree #192303
Tints of Pine Tree #192303
RGB
CMYK
RGB Variations
Color information
#192303 (or 0x192303) is known color: Pine Tree. HEX triplet: 19, 23 and 03. RGB value is (25,35,3). Sum of RGB (Red+Green+Blue) = 25+35+3=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 35 (14.06% from 255 or 55.56% from 63); Blue value is 3 (1.56% from 255 or 4.76% from 63); Max value from RGB is 35 - color contains mainly: green. Hex color #192303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192303 is #E6DCFC. Grayscale: #1C1C1C. Windows color (decimal): -15129853 or 205593. OLE color: 205593.
HSL color Cylindrical-coordinate representation of color #192303: hue angle of 78.75º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #192303 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 35 | 3 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.86 |
| HSL | 78.75º | 0.84% | 0.07% | - |
| HSV(B) | 78.75º | 0.91% | 0.14% | - |
| XYZ | 1.02 | 1.42 | 0.31 | - |
| YUV | 28.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 3 | 0.29 | 0 | 0.91 | 0.86 | 78.75 | 0.84 | 0.07 |
| Hex | 19 | 23 | 3 | 1D | 0 | 5B | 56 | 4F | 54 | 7 |
| Octal | 31 | 43 | 3 | 35 | 0 | 133 | 126 | 117 | 124 | 7 |
| Binary | 11001 | 100011 | 11 | 11101 | 0 | 1011011 | 1010110 | 1001111 | 1010100 | 111 |
Color Harmonies of #192303
Complementary color
Monochromatic Colors of #192303
Black with #192303
Text Example
Text Example
White with #192303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192303; }
p { color: rgb(25,35,3); }
H1.HeaderClassName
{
color: #192303;
}
.AnyTagClassName
{
color: #192303;
}
</style>
background-color css
<style>
a { background-color: #192303; }
a { background-color: rgb(25,35,3); }
div.DivClassName
{
background-color: #192303;
}
.BgClassName
{
background-color: #192303;
}
</style>
border-color css
<style>
span { border-color: #192303; }
span { border-color: rgb(25,35,3); }
td.TdClassName
{
border-color: #192303;
}
.TagClassName
{
border-color: #192303;
}
</style>