Shades of Pine Tree #121803
Tints of Pine Tree #121803
RGB
CMYK
RGB Variations
Color information
#121803 (or 0x121803) is known color: Pine Tree. HEX triplet: 12, 18 and 03. RGB value is (18,24,3). Sum of RGB (Red+Green+Blue) = 18+24+3=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 24 (9.77% from 255 or 53.33% from 45); Blue value is 3 (1.56% from 255 or 6.67% from 45); Max value from RGB is 24 - color contains mainly: green. Hex color #121803 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121803 is #EDE7FC. Grayscale: #131313. Windows color (decimal): -15591421 or 202770. OLE color: 202770.
HSL color Cylindrical-coordinate representation of color #121803: hue angle of 77.14º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121803 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.91.
Color convert
RGB | 18 | 24 | 3 | - |
CMYK | 0.25 | 0 | 0.88 | 0.91 |
HSL | 77.14º | 0.78% | 0.05% | - |
HSV(B) | 77.14º | 0.88% | 0.09% | - |
XYZ | 0.59 | 0.79 | 0.21 | - |
YUV | 19.81 | 118.51 | 126.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 24 | 3 | 0.25 | 0 | 0.88 | 0.91 | 77.14 | 0.78 | 0.05 |
Hex | 12 | 18 | 3 | 19 | 0 | 58 | 5B | 4D | 4E | 5 |
Octal | 22 | 30 | 3 | 31 | 0 | 130 | 133 | 115 | 116 | 5 |
Binary | 10010 | 11000 | 11 | 11001 | 0 | 1011000 | 1011011 | 1001101 | 1001110 | 101 |
Color Harmonies of #121803
Complementary color
Monochromatic Colors of #121803
Black with #121803
Text Example
Text Example
White with #121803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121803; }
p { color: rgb(18,24,3); }
H1.HeaderClassName
{
color: #121803;
}
.AnyTagClassName
{
color: #121803;
}
</style>
background-color css
<style>
a { background-color: #121803; }
a { background-color: rgb(18,24,3); }
div.DivClassName
{
background-color: #121803;
}
.BgClassName
{
background-color: #121803;
}
</style>
border-color css
<style>
span { border-color: #121803; }
span { border-color: rgb(18,24,3); }
td.TdClassName
{
border-color: #121803;
}
.TagClassName
{
border-color: #121803;
}
</style>