Shades of Forest Green #1A850C
Tints of Forest Green #1A850C
RGB
CMYK
RGB Variations
Color information
#1A850C (or 0x1A850C) is known color: Forest Green. HEX triplet: 1A, 85 and 0C. RGB value is (26,133,12). Sum of RGB (Red+Green+Blue) = 26+133+12=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 133 (52.34% from 255 or 77.78% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 133 - color contains mainly: green. Hex color #1A850C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A850C is #E57AF3. Grayscale: #575757. Windows color (decimal): -15039220 or 820506. OLE color: 820506.
HSL color Cylindrical-coordinate representation of color #1A850C: hue angle of 113.06º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A850C is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 133 | 12 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.48 |
| HSL | 113.06º | 0.83% | 0.28% | - |
| HSV(B) | 113.06º | 0.91% | 0.52% | - |
| XYZ | 8.88 | 17.02 | 3.17 | - |
| YUV | 87.21 | 85.55 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 12 | 0.80 | 0 | 0.91 | 0.48 | 113.06 | 0.83 | 0.28 |
| Hex | 1A | 85 | C | 50 | 0 | 5B | 30 | 71 | 53 | 1C |
| Octal | 32 | 205 | 14 | 120 | 0 | 133 | 60 | 161 | 123 | 34 |
| Binary | 11010 | 10000101 | 1100 | 1010000 | 0 | 1011011 | 110000 | 1110001 | 1010011 | 11100 |
Color Harmonies of #1A850C
Complementary color
Monochromatic Colors of #1A850C
Black with #1A850C
Text Example
Text Example
White with #1A850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A850C; }
p { color: rgb(26,133,12); }
H1.HeaderClassName
{
color: #1A850C;
}
.AnyTagClassName
{
color: #1A850C;
}
</style>
background-color css
<style>
a { background-color: #1A850C; }
a { background-color: rgb(26,133,12); }
div.DivClassName
{
background-color: #1A850C;
}
.BgClassName
{
background-color: #1A850C;
}
</style>
border-color css
<style>
span { border-color: #1A850C; }
span { border-color: rgb(26,133,12); }
td.TdClassName
{
border-color: #1A850C;
}
.TagClassName
{
border-color: #1A850C;
}
</style>