Shades of Pine Tree #214102
Tints of Pine Tree #214102
RGB
CMYK
RGB Variations
Color information
#214102 (or 0x214102) is known color: Pine Tree. HEX triplet: 21, 41 and 02. RGB value is (33,65,2). Sum of RGB (Red+Green+Blue) = 33+65+2=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 65 (25.78% from 255 or 65% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 65 - color contains mainly: green. Hex color #214102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214102 is #DEBEFD. Grayscale: #303030. Windows color (decimal): -14597886 or 147745. OLE color: 147745.
HSL color Cylindrical-coordinate representation of color #214102: hue angle of 90.48º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #214102 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 65 | 2 | - |
| CMYK | 0.49 | 0 | 0.97 | 0.75 |
| HSL | 90.48º | 0.94% | 0.13% | - |
| HSV(B) | 90.48º | 0.97% | 0.25% | - |
| XYZ | 2.53 | 4.11 | 0.72 | - |
| YUV | 48.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 2 | 0.49 | 0 | 0.97 | 0.75 | 90.48 | 0.94 | 0.13 |
| Hex | 21 | 41 | 2 | 31 | 0 | 61 | 4B | 5A | 5E | D |
| Octal | 41 | 101 | 2 | 61 | 0 | 141 | 113 | 132 | 136 | 15 |
| Binary | 100001 | 1000001 | 10 | 110001 | 0 | 1100001 | 1001011 | 1011010 | 1011110 | 1101 |
Color Harmonies of #214102
Complementary color
Monochromatic Colors of #214102
Black with #214102
Text Example
Text Example
White with #214102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214102; }
p { color: rgb(33,65,2); }
H1.HeaderClassName
{
color: #214102;
}
.AnyTagClassName
{
color: #214102;
}
</style>
background-color css
<style>
a { background-color: #214102; }
a { background-color: rgb(33,65,2); }
div.DivClassName
{
background-color: #214102;
}
.BgClassName
{
background-color: #214102;
}
</style>
border-color css
<style>
span { border-color: #214102; }
span { border-color: rgb(33,65,2); }
td.TdClassName
{
border-color: #214102;
}
.TagClassName
{
border-color: #214102;
}
</style>