Shades of Pine Tree #192403
Tints of Pine Tree #192403
RGB
CMYK
RGB Variations
Color information
#192403 (or 0x192403) is known color: Pine Tree. HEX triplet: 19, 24 and 03. RGB value is (25,36,3). Sum of RGB (Red+Green+Blue) = 25+36+3=64 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.06% from 64); Green value is 36 (14.45% from 255 or 56.25% from 64); Blue value is 3 (1.56% from 255 or 4.69% from 64); Max value from RGB is 36 - color contains mainly: green. Hex color #192403 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192403 is #E6DBFC. Grayscale: #1D1D1D. Windows color (decimal): -15129597 or 205849. OLE color: 205849.
HSL color Cylindrical-coordinate representation of color #192403: hue angle of 80º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #192403 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 36 | 3 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.86 |
| HSL | 80º | 0.85% | 0.08% | - |
| HSV(B) | 80º | 0.92% | 0.14% | - |
| XYZ | 1.05 | 1.48 | 0.32 | - |
| YUV | 28.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 3 | 0.31 | 0 | 0.92 | 0.86 | 80 | 0.85 | 0.08 |
| Hex | 19 | 24 | 3 | 1F | 0 | 5C | 56 | 50 | 55 | 8 |
| Octal | 31 | 44 | 3 | 37 | 0 | 134 | 126 | 120 | 125 | 10 |
| Binary | 11001 | 100100 | 11 | 11111 | 0 | 1011100 | 1010110 | 1010000 | 1010101 | 1000 |
Color Harmonies of #192403
Complementary color
Monochromatic Colors of #192403
Black with #192403
Text Example
Text Example
White with #192403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192403; }
p { color: rgb(25,36,3); }
H1.HeaderClassName
{
color: #192403;
}
.AnyTagClassName
{
color: #192403;
}
</style>
background-color css
<style>
a { background-color: #192403; }
a { background-color: rgb(25,36,3); }
div.DivClassName
{
background-color: #192403;
}
.BgClassName
{
background-color: #192403;
}
</style>
border-color css
<style>
span { border-color: #192403; }
span { border-color: rgb(25,36,3); }
td.TdClassName
{
border-color: #192403;
}
.TagClassName
{
border-color: #192403;
}
</style>