Shades of Deep Fir #223F2A
Tints of Deep Fir #223F2A
RGB
CMYK
RGB Variations
Color information
#223F2A (or 0x223F2A) is known color: Deep Fir. HEX triplet: 22, 3F and 2A. RGB value is (34,63,42). Sum of RGB (Red+Green+Blue) = 34+63+42=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 63 - color contains mainly: green. Hex color #223F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223F2A is #DDC0D5. Grayscale: #333333. Windows color (decimal): -14532822 or 2768674. OLE color: 2768674.
HSL color Cylindrical-coordinate representation of color #223F2A: hue angle of 136.55º 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 #223F2A is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 63 | 42 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.75 |
| HSL | 136.55º | 0.3% | 0.19% | - |
| HSV(B) | 136.55º | 0.46% | 0.25% | - |
| XYZ | 2.86 | 4.06 | 2.82 | - |
| YUV | 51.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 42 | 0.46 | 0 | 0.33 | 0.75 | 136.55 | 0.3 | 0.19 |
| Hex | 22 | 3F | 2A | 2E | 0 | 21 | 4B | 89 | 1E | 13 |
| Octal | 42 | 77 | 52 | 56 | 0 | 41 | 113 | 211 | 36 | 23 |
| Binary | 100010 | 111111 | 101010 | 101110 | 0 | 100001 | 1001011 | 10001001 | 11110 | 10011 |
Color Harmonies of #223F2A
Complementary color
Monochromatic Colors of #223F2A
Black with #223F2A
Text Example
Text Example
White with #223F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F2A; }
p { color: rgb(34,63,42); }
H1.HeaderClassName
{
color: #223F2A;
}
.AnyTagClassName
{
color: #223F2A;
}
</style>
background-color css
<style>
a { background-color: #223F2A; }
a { background-color: rgb(34,63,42); }
div.DivClassName
{
background-color: #223F2A;
}
.BgClassName
{
background-color: #223F2A;
}
</style>
border-color css
<style>
span { border-color: #223F2A; }
span { border-color: rgb(34,63,42); }
td.TdClassName
{
border-color: #223F2A;
}
.TagClassName
{
border-color: #223F2A;
}
</style>