Shades of Pine Tree #12200B
Tints of Pine Tree #12200B
RGB
CMYK
RGB Variations
Color information
#12200B (or 0x12200B) is known color: Pine Tree. HEX triplet: 12, 20 and 0B. RGB value is (18,32,11). Sum of RGB (Red+Green+Blue) = 18+32+11=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 32 (12.89% from 255 or 52.46% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 32 - color contains mainly: green. Hex color #12200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12200B is #EDDFF4. Grayscale: #191919. Windows color (decimal): -15589365 or 729106. OLE color: 729106.
HSL color Cylindrical-coordinate representation of color #12200B: hue angle of 100º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #12200B is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 32 | 11 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.87 |
| HSL | 100º | 0.49% | 0.08% | - |
| HSV(B) | 100º | 0.66% | 0.13% | - |
| XYZ | 0.83 | 1.19 | 0.5 | - |
| YUV | 25.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 11 | 0.44 | 0 | 0.66 | 0.87 | 100 | 0.49 | 0.08 |
| Hex | 12 | 20 | B | 2C | 0 | 42 | 57 | 64 | 31 | 8 |
| Octal | 22 | 40 | 13 | 54 | 0 | 102 | 127 | 144 | 61 | 10 |
| Binary | 10010 | 100000 | 1011 | 101100 | 0 | 1000010 | 1010111 | 1100100 | 110001 | 1000 |
Color Harmonies of #12200B
Complementary color
Monochromatic Colors of #12200B
Black with #12200B
Text Example
Text Example
White with #12200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12200B; }
p { color: rgb(18,32,11); }
H1.HeaderClassName
{
color: #12200B;
}
.AnyTagClassName
{
color: #12200B;
}
</style>
background-color css
<style>
a { background-color: #12200B; }
a { background-color: rgb(18,32,11); }
div.DivClassName
{
background-color: #12200B;
}
.BgClassName
{
background-color: #12200B;
}
</style>
border-color css
<style>
span { border-color: #12200B; }
span { border-color: rgb(18,32,11); }
td.TdClassName
{
border-color: #12200B;
}
.TagClassName
{
border-color: #12200B;
}
</style>