Shades of Deep Fir #1A3B23
Tints of Deep Fir #1A3B23
RGB
CMYK
RGB Variations
Color information
#1A3B23 (or 0x1A3B23) is known color: Deep Fir. HEX triplet: 1A, 3B and 23. RGB value is (26,59,35). Sum of RGB (Red+Green+Blue) = 26+59+35=120 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.67% from 120); Green value is 59 (23.44% from 255 or 49.17% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 59 - color contains mainly: green. Hex color #1A3B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3B23 is #E5C4DC. Grayscale: #2E2E2E. Windows color (decimal): -15058141 or 2308890. OLE color: 2308890.
HSL color Cylindrical-coordinate representation of color #1A3B23: hue angle of 136.36º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1A3B23 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 59 | 35 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.77 |
| HSL | 136.36º | 0.39% | 0.17% | - |
| HSV(B) | 136.36º | 0.56% | 0.23% | - |
| XYZ | 2.29 | 3.47 | 2.14 | - |
| YUV | 46.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 59 | 35 | 0.56 | 0 | 0.41 | 0.77 | 136.36 | 0.39 | 0.17 |
| Hex | 1A | 3B | 23 | 38 | 0 | 29 | 4D | 88 | 27 | 11 |
| Octal | 32 | 73 | 43 | 70 | 0 | 51 | 115 | 210 | 47 | 21 |
| Binary | 11010 | 111011 | 100011 | 111000 | 0 | 101001 | 1001101 | 10001000 | 100111 | 10001 |
Color Harmonies of #1A3B23
Complementary color
Monochromatic Colors of #1A3B23
Black with #1A3B23
Text Example
Text Example
White with #1A3B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3B23; }
p { color: rgb(26,59,35); }
H1.HeaderClassName
{
color: #1A3B23;
}
.AnyTagClassName
{
color: #1A3B23;
}
</style>
background-color css
<style>
a { background-color: #1A3B23; }
a { background-color: rgb(26,59,35); }
div.DivClassName
{
background-color: #1A3B23;
}
.BgClassName
{
background-color: #1A3B23;
}
</style>
border-color css
<style>
span { border-color: #1A3B23; }
span { border-color: rgb(26,59,35); }
td.TdClassName
{
border-color: #1A3B23;
}
.TagClassName
{
border-color: #1A3B23;
}
</style>