Shades of Forest Green #1A943B
Tints of Forest Green #1A943B
RGB
CMYK
RGB Variations
Color information
#1A943B (or 0x1A943B) is known color: Forest Green. HEX triplet: 1A, 94 and 3B. RGB value is (26,148,59). Sum of RGB (Red+Green+Blue) = 26+148+59=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 148 (58.20% from 255 or 63.52% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 148 - color contains mainly: green. Hex color #1A943B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A943B is #E56BC4. Grayscale: #656565. Windows color (decimal): -15035333 or 3904538. OLE color: 3904538.
HSL color Cylindrical-coordinate representation of color #1A943B: hue angle of 136.23º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A943B is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 148 | 59 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.42 |
| HSL | 136.23º | 0.7% | 0.34% | - |
| HSV(B) | 136.23º | 0.82% | 0.58% | - |
| XYZ | 11.81 | 21.72 | 7.71 | - |
| YUV | 101.38 | 104.08 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 148 | 59 | 0.82 | 0 | 0.60 | 0.42 | 136.23 | 0.7 | 0.34 |
| Hex | 1A | 94 | 3B | 52 | 0 | 3C | 2A | 88 | 46 | 22 |
| Octal | 32 | 224 | 73 | 122 | 0 | 74 | 52 | 210 | 106 | 42 |
| Binary | 11010 | 10010100 | 111011 | 1010010 | 0 | 111100 | 101010 | 10001000 | 1000110 | 100010 |
Color Harmonies of #1A943B
Complementary color
Monochromatic Colors of #1A943B
Black with #1A943B
Text Example
Text Example
White with #1A943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A943B; }
p { color: rgb(26,148,59); }
H1.HeaderClassName
{
color: #1A943B;
}
.AnyTagClassName
{
color: #1A943B;
}
</style>
background-color css
<style>
a { background-color: #1A943B; }
a { background-color: rgb(26,148,59); }
div.DivClassName
{
background-color: #1A943B;
}
.BgClassName
{
background-color: #1A943B;
}
</style>
border-color css
<style>
span { border-color: #1A943B; }
span { border-color: rgb(26,148,59); }
td.TdClassName
{
border-color: #1A943B;
}
.TagClassName
{
border-color: #1A943B;
}
</style>