Shades of Pine Tree #121B02
Tints of Pine Tree #121B02
RGB
CMYK
RGB Variations
Color information
#121B02 (or 0x121B02) is known color: Pine Tree. HEX triplet: 12, 1B and 02. RGB value is (18,27,2). Sum of RGB (Red+Green+Blue) = 18+27+2=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 27 (10.94% from 255 or 57.45% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 27 - color contains mainly: green. Hex color #121B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B02 is #EDE4FD. Grayscale: #151515. Windows color (decimal): -15590654 or 138002. OLE color: 138002.
HSL color Cylindrical-coordinate representation of color #121B02: hue angle of 81.6º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #121B02 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 27 | 2 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.89 |
| HSL | 81.6º | 0.86% | 0.06% | - |
| HSV(B) | 81.6º | 0.93% | 0.11% | - |
| XYZ | 0.65 | 0.92 | 0.2 | - |
| YUV | 21.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 2 | 0.33 | 0 | 0.93 | 0.89 | 81.6 | 0.86 | 0.06 |
| Hex | 12 | 1B | 2 | 21 | 0 | 5D | 59 | 52 | 56 | 6 |
| Octal | 22 | 33 | 2 | 41 | 0 | 135 | 131 | 122 | 126 | 6 |
| Binary | 10010 | 11011 | 10 | 100001 | 0 | 1011101 | 1011001 | 1010010 | 1010110 | 110 |
Color Harmonies of #121B02
Complementary color
Monochromatic Colors of #121B02
Black with #121B02
Text Example
Text Example
White with #121B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B02; }
p { color: rgb(18,27,2); }
H1.HeaderClassName
{
color: #121B02;
}
.AnyTagClassName
{
color: #121B02;
}
</style>
background-color css
<style>
a { background-color: #121B02; }
a { background-color: rgb(18,27,2); }
div.DivClassName
{
background-color: #121B02;
}
.BgClassName
{
background-color: #121B02;
}
</style>
border-color css
<style>
span { border-color: #121B02; }
span { border-color: rgb(18,27,2); }
td.TdClassName
{
border-color: #121B02;
}
.TagClassName
{
border-color: #121B02;
}
</style>