Shades of Pine Tree #1A3804
Tints of Pine Tree #1A3804
RGB
CMYK
RGB Variations
Color information
#1A3804 (or 0x1A3804) is known color: Pine Tree. HEX triplet: 1A, 38 and 04. RGB value is (26,56,4). Sum of RGB (Red+Green+Blue) = 26+56+4=86 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.23% from 86); Green value is 56 (22.27% from 255 or 65.12% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 56 - color contains mainly: green. Hex color #1A3804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3804 is #E5C7FB. Grayscale: #292929. Windows color (decimal): -15058940 or 276506. OLE color: 276506.
HSL color Cylindrical-coordinate representation of color #1A3804: hue angle of 94.62º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A3804 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 56 | 4 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.78 |
| HSL | 94.62º | 0.87% | 0.12% | - |
| HSV(B) | 94.62º | 0.93% | 0.22% | - |
| XYZ | 1.86 | 3.06 | 0.61 | - |
| YUV | 41.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 4 | 0.54 | 0 | 0.93 | 0.78 | 94.62 | 0.87 | 0.12 |
| Hex | 1A | 38 | 4 | 36 | 0 | 5D | 4E | 5F | 57 | C |
| Octal | 32 | 70 | 4 | 66 | 0 | 135 | 116 | 137 | 127 | 14 |
| Binary | 11010 | 111000 | 100 | 110110 | 0 | 1011101 | 1001110 | 1011111 | 1010111 | 1100 |
Color Harmonies of #1A3804
Complementary color
Monochromatic Colors of #1A3804
Black with #1A3804
Text Example
Text Example
White with #1A3804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3804; }
p { color: rgb(26,56,4); }
H1.HeaderClassName
{
color: #1A3804;
}
.AnyTagClassName
{
color: #1A3804;
}
</style>
background-color css
<style>
a { background-color: #1A3804; }
a { background-color: rgb(26,56,4); }
div.DivClassName
{
background-color: #1A3804;
}
.BgClassName
{
background-color: #1A3804;
}
</style>
border-color css
<style>
span { border-color: #1A3804; }
span { border-color: rgb(26,56,4); }
td.TdClassName
{
border-color: #1A3804;
}
.TagClassName
{
border-color: #1A3804;
}
</style>