Shades of Pine Tree #214301
Tints of Pine Tree #214301
RGB
CMYK
RGB Variations
Color information
#214301 (or 0x214301) is known color: Pine Tree. HEX triplet: 21, 43 and 01. RGB value is (33,67,1). Sum of RGB (Red+Green+Blue) = 33+67+1=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 67 (26.56% from 255 or 66.34% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 67 - color contains mainly: green. Hex color #214301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214301 is #DEBCFE. Grayscale: #313131. Windows color (decimal): -14597375 or 82721. OLE color: 82721.
HSL color Cylindrical-coordinate representation of color #214301: hue angle of 90.91º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #214301 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 67 | 1 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.74 |
| HSL | 90.91º | 0.97% | 0.13% | - |
| HSV(B) | 90.91º | 0.99% | 0.26% | - |
| XYZ | 2.64 | 4.34 | 0.73 | - |
| YUV | 49.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 1 | 0.51 | 0 | 0.99 | 0.74 | 90.91 | 0.97 | 0.13 |
| Hex | 21 | 43 | 1 | 33 | 0 | 63 | 4A | 5B | 61 | D |
| Octal | 41 | 103 | 1 | 63 | 0 | 143 | 112 | 133 | 141 | 15 |
| Binary | 100001 | 1000011 | 1 | 110011 | 0 | 1100011 | 1001010 | 1011011 | 1100001 | 1101 |
Color Harmonies of #214301
Complementary color
Monochromatic Colors of #214301
Black with #214301
Text Example
Text Example
White with #214301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214301; }
p { color: rgb(33,67,1); }
H1.HeaderClassName
{
color: #214301;
}
.AnyTagClassName
{
color: #214301;
}
</style>
background-color css
<style>
a { background-color: #214301; }
a { background-color: rgb(33,67,1); }
div.DivClassName
{
background-color: #214301;
}
.BgClassName
{
background-color: #214301;
}
</style>
border-color css
<style>
span { border-color: #214301; }
span { border-color: rgb(33,67,1); }
td.TdClassName
{
border-color: #214301;
}
.TagClassName
{
border-color: #214301;
}
</style>