Shades of Pine Tree #19230F
Tints of Pine Tree #19230F
RGB
CMYK
RGB Variations
Color information
#19230F (or 0x19230F) is known color: Pine Tree. HEX triplet: 19, 23 and 0F. RGB value is (25,35,15). Sum of RGB (Red+Green+Blue) = 25+35+15=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 35 (14.06% from 255 or 46.67% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 35 - color contains mainly: green. Hex color #19230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19230F is #E6DCF0. Grayscale: #1D1D1D. Windows color (decimal): -15129841 or 992025. OLE color: 992025.
HSL color Cylindrical-coordinate representation of color #19230F: hue angle of 90º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #19230F is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 35 | 15 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.86 |
| HSL | 90º | 0.4% | 0.1% | - |
| HSV(B) | 90º | 0.57% | 0.14% | - |
| XYZ | 1.09 | 1.44 | 0.67 | - |
| YUV | 29.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 35 | 15 | 0.29 | 0 | 0.57 | 0.86 | 90 | 0.4 | 0.1 |
| Hex | 19 | 23 | F | 1D | 0 | 39 | 56 | 5A | 28 | A |
| Octal | 31 | 43 | 17 | 35 | 0 | 71 | 126 | 132 | 50 | 12 |
| Binary | 11001 | 100011 | 1111 | 11101 | 0 | 111001 | 1010110 | 1011010 | 101000 | 1010 |
Color Harmonies of #19230F
Complementary color
Monochromatic Colors of #19230F
Black with #19230F
Text Example
Text Example
White with #19230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19230F; }
p { color: rgb(25,35,15); }
H1.HeaderClassName
{
color: #19230F;
}
.AnyTagClassName
{
color: #19230F;
}
</style>
background-color css
<style>
a { background-color: #19230F; }
a { background-color: rgb(25,35,15); }
div.DivClassName
{
background-color: #19230F;
}
.BgClassName
{
background-color: #19230F;
}
</style>
border-color css
<style>
span { border-color: #19230F; }
span { border-color: rgb(25,35,15); }
td.TdClassName
{
border-color: #19230F;
}
.TagClassName
{
border-color: #19230F;
}
</style>