Shades of Deep Fir #223F2B
Tints of Deep Fir #223F2B
RGB
CMYK
RGB Variations
Color information
#223F2B (or 0x223F2B) is known color: Deep Fir. HEX triplet: 22, 3F and 2B. RGB value is (34,63,43). Sum of RGB (Red+Green+Blue) = 34+63+43=140 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.29% from 140); Green value is 63 (25% from 255 or 45% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 63 - color contains mainly: green. Hex color #223F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223F2B is #DDC0D4. Grayscale: #343434. Windows color (decimal): -14532821 or 2834210. OLE color: 2834210.
HSL color Cylindrical-coordinate representation of color #223F2B: hue angle of 138.62º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #223F2B is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 63 | 43 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.75 |
| HSL | 138.62º | 0.3% | 0.19% | - |
| HSV(B) | 138.62º | 0.46% | 0.25% | - |
| XYZ | 2.87 | 4.07 | 2.92 | - |
| YUV | 52.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 43 | 0.46 | 0 | 0.32 | 0.75 | 138.62 | 0.3 | 0.19 |
| Hex | 22 | 3F | 2B | 2E | 0 | 20 | 4B | 8B | 1E | 13 |
| Octal | 42 | 77 | 53 | 56 | 0 | 40 | 113 | 213 | 36 | 23 |
| Binary | 100010 | 111111 | 101011 | 101110 | 0 | 100000 | 1001011 | 10001011 | 11110 | 10011 |
Color Harmonies of #223F2B
Complementary color
Monochromatic Colors of #223F2B
Black with #223F2B
Text Example
Text Example
White with #223F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F2B; }
p { color: rgb(34,63,43); }
H1.HeaderClassName
{
color: #223F2B;
}
.AnyTagClassName
{
color: #223F2B;
}
</style>
background-color css
<style>
a { background-color: #223F2B; }
a { background-color: rgb(34,63,43); }
div.DivClassName
{
background-color: #223F2B;
}
.BgClassName
{
background-color: #223F2B;
}
</style>
border-color css
<style>
span { border-color: #223F2B; }
span { border-color: rgb(34,63,43); }
td.TdClassName
{
border-color: #223F2B;
}
.TagClassName
{
border-color: #223F2B;
}
</style>