Shades of Deep Fir #1A4725
Tints of Deep Fir #1A4725
RGB
CMYK
RGB Variations
Color information
#1A4725 (or 0x1A4725) is known color: Deep Fir. HEX triplet: 1A, 47 and 25. RGB value is (26,71,37). Sum of RGB (Red+Green+Blue) = 26+71+37=134 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.40% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #1A4725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4725 is #E5B8DA. Grayscale: #353535. Windows color (decimal): -15055067 or 2443034. OLE color: 2443034.
HSL color Cylindrical-coordinate representation of color #1A4725: hue angle of 134.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A4725 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 71 | 37 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.72 |
| HSL | 134.67º | 0.46% | 0.19% | - |
| HSV(B) | 134.67º | 0.63% | 0.28% | - |
| XYZ | 3.01 | 4.86 | 2.53 | - |
| YUV | 53.67 | 118.59 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 71 | 37 | 0.63 | 0 | 0.48 | 0.72 | 134.67 | 0.46 | 0.19 |
| Hex | 1A | 47 | 25 | 3F | 0 | 30 | 48 | 87 | 2E | 13 |
| Octal | 32 | 107 | 45 | 77 | 0 | 60 | 110 | 207 | 56 | 23 |
| Binary | 11010 | 1000111 | 100101 | 111111 | 0 | 110000 | 1001000 | 10000111 | 101110 | 10011 |
Color Harmonies of #1A4725
Complementary color
Monochromatic Colors of #1A4725
Black with #1A4725
Text Example
Text Example
White with #1A4725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4725; }
p { color: rgb(26,71,37); }
H1.HeaderClassName
{
color: #1A4725;
}
.AnyTagClassName
{
color: #1A4725;
}
</style>
background-color css
<style>
a { background-color: #1A4725; }
a { background-color: rgb(26,71,37); }
div.DivClassName
{
background-color: #1A4725;
}
.BgClassName
{
background-color: #1A4725;
}
</style>
border-color css
<style>
span { border-color: #1A4725; }
span { border-color: rgb(26,71,37); }
td.TdClassName
{
border-color: #1A4725;
}
.TagClassName
{
border-color: #1A4725;
}
</style>