Shades of Deep Fir #143B23
Tints of Deep Fir #143B23
RGB
CMYK
RGB Variations
Color information
#143B23 (or 0x143B23) is known color: Deep Fir. HEX triplet: 14, 3B and 23. RGB value is (20,59,35). Sum of RGB (Red+Green+Blue) = 20+59+35=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 59 (23.44% from 255 or 51.75% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 59 - color contains mainly: green. Hex color #143B23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B23 is #EBC4DC. Grayscale: #2C2C2C. Windows color (decimal): -15451357 or 2308884. OLE color: 2308884.
HSL color Cylindrical-coordinate representation of color #143B23: hue angle of 143.08º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143B23 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 59 | 35 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.77 |
| HSL | 143.08º | 0.49% | 0.15% | - |
| HSV(B) | 143.08º | 0.66% | 0.23% | - |
| XYZ | 2.16 | 3.4 | 2.13 | - |
| YUV | 44.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 35 | 0.66 | 0 | 0.41 | 0.77 | 143.08 | 0.49 | 0.15 |
| Hex | 14 | 3B | 23 | 42 | 0 | 29 | 4D | 8F | 31 | F |
| Octal | 24 | 73 | 43 | 102 | 0 | 51 | 115 | 217 | 61 | 17 |
| Binary | 10100 | 111011 | 100011 | 1000010 | 0 | 101001 | 1001101 | 10001111 | 110001 | 1111 |
Color Harmonies of #143B23
Complementary color
Monochromatic Colors of #143B23
Black with #143B23
Text Example
Text Example
White with #143B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B23; }
p { color: rgb(20,59,35); }
H1.HeaderClassName
{
color: #143B23;
}
.AnyTagClassName
{
color: #143B23;
}
</style>
background-color css
<style>
a { background-color: #143B23; }
a { background-color: rgb(20,59,35); }
div.DivClassName
{
background-color: #143B23;
}
.BgClassName
{
background-color: #143B23;
}
</style>
border-color css
<style>
span { border-color: #143B23; }
span { border-color: rgb(20,59,35); }
td.TdClassName
{
border-color: #143B23;
}
.TagClassName
{
border-color: #143B23;
}
</style>