Shades of Forest Green #1A962B
Tints of Forest Green #1A962B
RGB
CMYK
RGB Variations
Color information
#1A962B (or 0x1A962B) is known color: Forest Green. HEX triplet: 1A, 96 and 2B. RGB value is (26,150,43). Sum of RGB (Red+Green+Blue) = 26+150+43=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 150 (58.98% from 255 or 68.49% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 150 - color contains mainly: green. Hex color #1A962B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A962B is #E569D4. Grayscale: #656565. Windows color (decimal): -15034837 or 2856474. OLE color: 2856474.
HSL color Cylindrical-coordinate representation of color #1A962B: hue angle of 128.23º 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 #1A962B is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 26 | 150 | 43 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.41 |
| HSL | 128.23º | 0.7% | 0.35% | - |
| HSV(B) | 128.23º | 0.83% | 0.59% | - |
| XYZ | 11.77 | 22.21 | 5.95 | - |
| YUV | 100.73 | 95.42 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 150 | 43 | 0.83 | 0 | 0.71 | 0.41 | 128.23 | 0.7 | 0.35 |
| Hex | 1A | 96 | 2B | 53 | 0 | 47 | 29 | 80 | 46 | 23 |
| Octal | 32 | 226 | 53 | 123 | 0 | 107 | 51 | 200 | 106 | 43 |
| Binary | 11010 | 10010110 | 101011 | 1010011 | 0 | 1000111 | 101001 | 10000000 | 1000110 | 100011 |
Color Harmonies of #1A962B
Complementary color
Monochromatic Colors of #1A962B
Black with #1A962B
Text Example
Text Example
White with #1A962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A962B; }
p { color: rgb(26,150,43); }
H1.HeaderClassName
{
color: #1A962B;
}
.AnyTagClassName
{
color: #1A962B;
}
</style>
background-color css
<style>
a { background-color: #1A962B; }
a { background-color: rgb(26,150,43); }
div.DivClassName
{
background-color: #1A962B;
}
.BgClassName
{
background-color: #1A962B;
}
</style>
border-color css
<style>
span { border-color: #1A962B; }
span { border-color: rgb(26,150,43); }
td.TdClassName
{
border-color: #1A962B;
}
.TagClassName
{
border-color: #1A962B;
}
</style>