Shades of Pine Tree #223C01
Tints of Pine Tree #223C01
RGB
CMYK
RGB Variations
Color information
#223C01 (or 0x223C01) is known color: Pine Tree. HEX triplet: 22, 3C and 01. RGB value is (34,60,1). Sum of RGB (Red+Green+Blue) = 34+60+1=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 60 (23.83% from 255 or 63.16% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 60 - color contains mainly: green. Hex color #223C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223C01 is #DDC3FE. Grayscale: #2D2D2D. Windows color (decimal): -14533631 or 80930. OLE color: 80930.
HSL color Cylindrical-coordinate representation of color #223C01: hue angle of 86.44º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #223C01 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 60 | 1 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.76 |
| HSL | 86.44º | 0.97% | 0.12% | - |
| HSV(B) | 86.44º | 0.98% | 0.24% | - |
| XYZ | 2.28 | 3.57 | 0.6 | - |
| YUV | 45.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 1 | 0.43 | 0 | 0.98 | 0.76 | 86.44 | 0.97 | 0.12 |
| Hex | 22 | 3C | 1 | 2B | 0 | 62 | 4C | 56 | 61 | C |
| Octal | 42 | 74 | 1 | 53 | 0 | 142 | 114 | 126 | 141 | 14 |
| Binary | 100010 | 111100 | 1 | 101011 | 0 | 1100010 | 1001100 | 1010110 | 1100001 | 1100 |
Color Harmonies of #223C01
Complementary color
Monochromatic Colors of #223C01
Black with #223C01
Text Example
Text Example
White with #223C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223C01; }
p { color: rgb(34,60,1); }
H1.HeaderClassName
{
color: #223C01;
}
.AnyTagClassName
{
color: #223C01;
}
</style>
background-color css
<style>
a { background-color: #223C01; }
a { background-color: rgb(34,60,1); }
div.DivClassName
{
background-color: #223C01;
}
.BgClassName
{
background-color: #223C01;
}
</style>
border-color css
<style>
span { border-color: #223C01; }
span { border-color: rgb(34,60,1); }
td.TdClassName
{
border-color: #223C01;
}
.TagClassName
{
border-color: #223C01;
}
</style>