Shades of Forest Green #1A961A
Tints of Forest Green #1A961A
RGB
CMYK
RGB Variations
Color information
#1A961A (or 0x1A961A) is known color: Forest Green. HEX triplet: 1A, 96 and 1A. RGB value is (26,150,26). Sum of RGB (Red+Green+Blue) = 26+150+26=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 150 (58.98% from 255 or 74.26% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 150 - color contains mainly: green. Hex color #1A961A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A961A is #E569E5. Grayscale: #636363. Windows color (decimal): -15034854 or 1742362. OLE color: 1742362.
HSL color Cylindrical-coordinate representation of color #1A961A: hue angle of 120º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A961A is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 26 | 150 | 26 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.41 |
| HSL | 120º | 0.7% | 0.35% | - |
| HSV(B) | 120º | 0.83% | 0.59% | - |
| XYZ | 11.52 | 22.11 | 4.64 | - |
| YUV | 98.79 | 86.92 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 150 | 26 | 0.83 | 0 | 0.83 | 0.41 | 120 | 0.7 | 0.35 |
| Hex | 1A | 96 | 1A | 53 | 0 | 53 | 29 | 78 | 46 | 23 |
| Octal | 32 | 226 | 32 | 123 | 0 | 123 | 51 | 170 | 106 | 43 |
| Binary | 11010 | 10010110 | 11010 | 1010011 | 0 | 1010011 | 101001 | 1111000 | 1000110 | 100011 |
Color Harmonies of #1A961A
Complementary color
Monochromatic Colors of #1A961A
Black with #1A961A
Text Example
Text Example
White with #1A961A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A961A; }
p { color: rgb(26,150,26); }
H1.HeaderClassName
{
color: #1A961A;
}
.AnyTagClassName
{
color: #1A961A;
}
</style>
background-color css
<style>
a { background-color: #1A961A; }
a { background-color: rgb(26,150,26); }
div.DivClassName
{
background-color: #1A961A;
}
.BgClassName
{
background-color: #1A961A;
}
</style>
border-color css
<style>
span { border-color: #1A961A; }
span { border-color: rgb(26,150,26); }
td.TdClassName
{
border-color: #1A961A;
}
.TagClassName
{
border-color: #1A961A;
}
</style>