Shades of Forest Green #1A992D
Tints of Forest Green #1A992D
RGB
CMYK
RGB Variations
Color information
#1A992D (or 0x1A992D) is known color: Forest Green. HEX triplet: 1A, 99 and 2D. RGB value is (26,153,45). Sum of RGB (Red+Green+Blue) = 26+153+45=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 153 (60.16% from 255 or 68.30% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 153 - color contains mainly: green. Hex color #1A992D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A992D is #E566D2. Grayscale: #676767. Windows color (decimal): -15034067 or 2988314. OLE color: 2988314.
HSL color Cylindrical-coordinate representation of color #1A992D: hue angle of 128.98º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A992D is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 26 | 153 | 45 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.4 |
| HSL | 128.98º | 0.71% | 0.35% | - |
| HSV(B) | 128.98º | 0.83% | 0.6% | - |
| XYZ | 12.29 | 23.19 | 6.31 | - |
| YUV | 102.72 | 95.42 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 153 | 45 | 0.83 | 0 | 0.71 | 0.4 | 128.98 | 0.71 | 0.35 |
| Hex | 1A | 99 | 2D | 53 | 0 | 47 | 28 | 81 | 47 | 23 |
| Octal | 32 | 231 | 55 | 123 | 0 | 107 | 50 | 201 | 107 | 43 |
| Binary | 11010 | 10011001 | 101101 | 1010011 | 0 | 1000111 | 101000 | 10000001 | 1000111 | 100011 |
Color Harmonies of #1A992D
Complementary color
Monochromatic Colors of #1A992D
Black with #1A992D
Text Example
Text Example
White with #1A992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A992D; }
p { color: rgb(26,153,45); }
H1.HeaderClassName
{
color: #1A992D;
}
.AnyTagClassName
{
color: #1A992D;
}
</style>
background-color css
<style>
a { background-color: #1A992D; }
a { background-color: rgb(26,153,45); }
div.DivClassName
{
background-color: #1A992D;
}
.BgClassName
{
background-color: #1A992D;
}
</style>
border-color css
<style>
span { border-color: #1A992D; }
span { border-color: rgb(26,153,45); }
td.TdClassName
{
border-color: #1A992D;
}
.TagClassName
{
border-color: #1A992D;
}
</style>