Shades of Pine Tree #13230A
Tints of Pine Tree #13230A
RGB
CMYK
RGB Variations
Color information
#13230A (or 0x13230A) is known color: Pine Tree. HEX triplet: 13, 23 and 0A. RGB value is (19,35,10). Sum of RGB (Red+Green+Blue) = 19+35+10=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 35 (14.06% from 255 or 54.69% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 35 - color contains mainly: green. Hex color #13230A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13230A is #ECDCF5. Grayscale: #1B1B1B. Windows color (decimal): -15523062 or 664339. OLE color: 664339.
HSL color Cylindrical-coordinate representation of color #13230A: hue angle of 98.4º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #13230A is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 35 | 10 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.86 |
| HSL | 98.4º | 0.56% | 0.09% | - |
| HSV(B) | 98.4º | 0.71% | 0.14% | - |
| XYZ | 0.92 | 1.36 | 0.5 | - |
| YUV | 27.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 10 | 0.46 | 0 | 0.71 | 0.86 | 98.4 | 0.56 | 0.09 |
| Hex | 13 | 23 | A | 2E | 0 | 47 | 56 | 62 | 38 | 9 |
| Octal | 23 | 43 | 12 | 56 | 0 | 107 | 126 | 142 | 70 | 11 |
| Binary | 10011 | 100011 | 1010 | 101110 | 0 | 1000111 | 1010110 | 1100010 | 111000 | 1001 |
Color Harmonies of #13230A
Complementary color
Monochromatic Colors of #13230A
Black with #13230A
Text Example
Text Example
White with #13230A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13230A; }
p { color: rgb(19,35,10); }
H1.HeaderClassName
{
color: #13230A;
}
.AnyTagClassName
{
color: #13230A;
}
</style>
background-color css
<style>
a { background-color: #13230A; }
a { background-color: rgb(19,35,10); }
div.DivClassName
{
background-color: #13230A;
}
.BgClassName
{
background-color: #13230A;
}
</style>
border-color css
<style>
span { border-color: #13230A; }
span { border-color: rgb(19,35,10); }
td.TdClassName
{
border-color: #13230A;
}
.TagClassName
{
border-color: #13230A;
}
</style>