Shades of Pine Tree #15230D
Tints of Pine Tree #15230D
RGB
CMYK
RGB Variations
Color information
#15230D (or 0x15230D) is known color: Pine Tree. HEX triplet: 15, 23 and 0D. RGB value is (21,35,13). Sum of RGB (Red+Green+Blue) = 21+35+13=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #15230D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15230D is #EADCF2. Grayscale: #1C1C1C. Windows color (decimal): -15391987 or 860949. OLE color: 860949.
HSL color Cylindrical-coordinate representation of color #15230D: hue angle of 98.18º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #15230D is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 35 | 13 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.86 |
| HSL | 98.18º | 0.46% | 0.09% | - |
| HSV(B) | 98.18º | 0.63% | 0.14% | - |
| XYZ | 0.98 | 1.39 | 0.6 | - |
| YUV | 28.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 13 | 0.40 | 0 | 0.63 | 0.86 | 98.18 | 0.46 | 0.09 |
| Hex | 15 | 23 | D | 28 | 0 | 3F | 56 | 62 | 2E | 9 |
| Octal | 25 | 43 | 15 | 50 | 0 | 77 | 126 | 142 | 56 | 11 |
| Binary | 10101 | 100011 | 1101 | 101000 | 0 | 111111 | 1010110 | 1100010 | 101110 | 1001 |
Color Harmonies of #15230D
Complementary color
Monochromatic Colors of #15230D
Black with #15230D
Text Example
Text Example
White with #15230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15230D; }
p { color: rgb(21,35,13); }
H1.HeaderClassName
{
color: #15230D;
}
.AnyTagClassName
{
color: #15230D;
}
</style>
background-color css
<style>
a { background-color: #15230D; }
a { background-color: rgb(21,35,13); }
div.DivClassName
{
background-color: #15230D;
}
.BgClassName
{
background-color: #15230D;
}
</style>
border-color css
<style>
span { border-color: #15230D; }
span { border-color: rgb(21,35,13); }
td.TdClassName
{
border-color: #15230D;
}
.TagClassName
{
border-color: #15230D;
}
</style>