Shades of Pine Tree #204301
Tints of Pine Tree #204301
RGB
CMYK
RGB Variations
Color information
#204301 (or 0x204301) is known color: Pine Tree. HEX triplet: 20, 43 and 01. RGB value is (32,67,1). Sum of RGB (Red+Green+Blue) = 32+67+1=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 67 (26.56% from 255 or 67% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 67 - color contains mainly: green. Hex color #204301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204301 is #DFBCFE. Grayscale: #313131. Windows color (decimal): -14662911 or 82720. OLE color: 82720.
HSL color Cylindrical-coordinate representation of color #204301: hue angle of 91.82º 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 #204301 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 67 | 1 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.74 |
| HSL | 91.82º | 0.97% | 0.13% | - |
| HSV(B) | 91.82º | 0.99% | 0.26% | - |
| XYZ | 2.61 | 4.32 | 0.73 | - |
| YUV | 49.01 | 100.9 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 1 | 0.52 | 0 | 0.99 | 0.74 | 91.82 | 0.97 | 0.13 |
| Hex | 20 | 43 | 1 | 34 | 0 | 63 | 4A | 5C | 61 | D |
| Octal | 40 | 103 | 1 | 64 | 0 | 143 | 112 | 134 | 141 | 15 |
| Binary | 100000 | 1000011 | 1 | 110100 | 0 | 1100011 | 1001010 | 1011100 | 1100001 | 1101 |
Color Harmonies of #204301
Complementary color
Monochromatic Colors of #204301
Black with #204301
Text Example
Text Example
White with #204301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204301; }
p { color: rgb(32,67,1); }
H1.HeaderClassName
{
color: #204301;
}
.AnyTagClassName
{
color: #204301;
}
</style>
background-color css
<style>
a { background-color: #204301; }
a { background-color: rgb(32,67,1); }
div.DivClassName
{
background-color: #204301;
}
.BgClassName
{
background-color: #204301;
}
</style>
border-color css
<style>
span { border-color: #204301; }
span { border-color: rgb(32,67,1); }
td.TdClassName
{
border-color: #204301;
}
.TagClassName
{
border-color: #204301;
}
</style>