Shades of Forest Green #1A950C
Tints of Forest Green #1A950C
RGB
CMYK
RGB Variations
Color information
#1A950C (or 0x1A950C) is known color: Forest Green. HEX triplet: 1A, 95 and 0C. RGB value is (26,149,12). Sum of RGB (Red+Green+Blue) = 26+149+12=187 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.90% from 187); Green value is 149 (58.59% from 255 or 79.68% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 149 - color contains mainly: green. Hex color #1A950C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A950C is #E56AF3. Grayscale: #616161. Windows color (decimal): -15035124 or 824602. OLE color: 824602.
HSL color Cylindrical-coordinate representation of color #1A950C: hue angle of 113.87º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A950C is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 149 | 12 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.42 |
| HSL | 113.87º | 0.85% | 0.32% | - |
| HSV(B) | 113.87º | 0.92% | 0.58% | - |
| XYZ | 11.24 | 21.74 | 3.95 | - |
| YUV | 96.61 | 80.25 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 149 | 12 | 0.83 | 0 | 0.92 | 0.42 | 113.87 | 0.85 | 0.32 |
| Hex | 1A | 95 | C | 53 | 0 | 5C | 2A | 72 | 55 | 20 |
| Octal | 32 | 225 | 14 | 123 | 0 | 134 | 52 | 162 | 125 | 40 |
| Binary | 11010 | 10010101 | 1100 | 1010011 | 0 | 1011100 | 101010 | 1110010 | 1010101 | 100000 |
Color Harmonies of #1A950C
Complementary color
Monochromatic Colors of #1A950C
Black with #1A950C
Text Example
Text Example
White with #1A950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A950C; }
p { color: rgb(26,149,12); }
H1.HeaderClassName
{
color: #1A950C;
}
.AnyTagClassName
{
color: #1A950C;
}
</style>
background-color css
<style>
a { background-color: #1A950C; }
a { background-color: rgb(26,149,12); }
div.DivClassName
{
background-color: #1A950C;
}
.BgClassName
{
background-color: #1A950C;
}
</style>
border-color css
<style>
span { border-color: #1A950C; }
span { border-color: rgb(26,149,12); }
td.TdClassName
{
border-color: #1A950C;
}
.TagClassName
{
border-color: #1A950C;
}
</style>