Shades of Deep Fir #1A3A23
Tints of Deep Fir #1A3A23
RGB
CMYK
RGB Variations
Color information
#1A3A23 (or 0x1A3A23) is known color: Deep Fir. HEX triplet: 1A, 3A and 23. RGB value is (26,58,35). Sum of RGB (Red+Green+Blue) = 26+58+35=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 58 (23.05% from 255 or 48.74% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 58 - color contains mainly: green. Hex color #1A3A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3A23 is #E5C5DC. Grayscale: #2D2D2D. Windows color (decimal): -15058397 or 2308634. OLE color: 2308634.
HSL color Cylindrical-coordinate representation of color #1A3A23: hue angle of 136.88º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A3A23 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 58 | 35 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.77 |
| HSL | 136.88º | 0.38% | 0.16% | - |
| HSV(B) | 136.88º | 0.55% | 0.23% | - |
| XYZ | 2.24 | 3.37 | 2.12 | - |
| YUV | 45.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 58 | 35 | 0.55 | 0 | 0.40 | 0.77 | 136.88 | 0.38 | 0.16 |
| Hex | 1A | 3A | 23 | 37 | 0 | 28 | 4D | 89 | 26 | 10 |
| Octal | 32 | 72 | 43 | 67 | 0 | 50 | 115 | 211 | 46 | 20 |
| Binary | 11010 | 111010 | 100011 | 110111 | 0 | 101000 | 1001101 | 10001001 | 100110 | 10000 |
Color Harmonies of #1A3A23
Complementary color
Monochromatic Colors of #1A3A23
Black with #1A3A23
Text Example
Text Example
White with #1A3A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3A23; }
p { color: rgb(26,58,35); }
H1.HeaderClassName
{
color: #1A3A23;
}
.AnyTagClassName
{
color: #1A3A23;
}
</style>
background-color css
<style>
a { background-color: #1A3A23; }
a { background-color: rgb(26,58,35); }
div.DivClassName
{
background-color: #1A3A23;
}
.BgClassName
{
background-color: #1A3A23;
}
</style>
border-color css
<style>
span { border-color: #1A3A23; }
span { border-color: rgb(26,58,35); }
td.TdClassName
{
border-color: #1A3A23;
}
.TagClassName
{
border-color: #1A3A23;
}
</style>