Shades of Pine Tree #223D01
Tints of Pine Tree #223D01
RGB
CMYK
RGB Variations
Color information
#223D01 (or 0x223D01) is known color: Pine Tree. HEX triplet: 22, 3D and 01. RGB value is (34,61,1). Sum of RGB (Red+Green+Blue) = 34+61+1=96 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.42% from 96); Green value is 61 (24.22% from 255 or 63.54% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 61 - color contains mainly: green. Hex color #223D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223D01 is #DDC2FE. Grayscale: #2E2E2E. Windows color (decimal): -14533375 or 81186. OLE color: 81186.
HSL color Cylindrical-coordinate representation of color #223D01: hue angle of 87º 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 #223D01 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 61 | 1 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.76 |
| HSL | 87º | 0.97% | 0.12% | - |
| HSV(B) | 87º | 0.98% | 0.24% | - |
| XYZ | 2.33 | 3.68 | 0.62 | - |
| YUV | 46.09 | 102.55 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 1 | 0.44 | 0 | 0.98 | 0.76 | 87 | 0.97 | 0.12 |
| Hex | 22 | 3D | 1 | 2C | 0 | 62 | 4C | 57 | 61 | C |
| Octal | 42 | 75 | 1 | 54 | 0 | 142 | 114 | 127 | 141 | 14 |
| Binary | 100010 | 111101 | 1 | 101100 | 0 | 1100010 | 1001100 | 1010111 | 1100001 | 1100 |
Color Harmonies of #223D01
Complementary color
Monochromatic Colors of #223D01
Black with #223D01
Text Example
Text Example
White with #223D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223D01; }
p { color: rgb(34,61,1); }
H1.HeaderClassName
{
color: #223D01;
}
.AnyTagClassName
{
color: #223D01;
}
</style>
background-color css
<style>
a { background-color: #223D01; }
a { background-color: rgb(34,61,1); }
div.DivClassName
{
background-color: #223D01;
}
.BgClassName
{
background-color: #223D01;
}
</style>
border-color css
<style>
span { border-color: #223D01; }
span { border-color: rgb(34,61,1); }
td.TdClassName
{
border-color: #223D01;
}
.TagClassName
{
border-color: #223D01;
}
</style>