Shades of Forest Green #2A923A
Tints of Forest Green #2A923A
RGB
CMYK
RGB Variations
Color information
#2A923A (or 0x2A923A) is known color: Forest Green. HEX triplet: 2A, 92 and 3A. RGB value is (42,146,58). Sum of RGB (Red+Green+Blue) = 42+146+58=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 146 (57.42% from 255 or 59.35% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 146 - color contains mainly: green. Hex color #2A923A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A923A is #D56DC5. Grayscale: #696969. Windows color (decimal): -13987270 or 3838506. OLE color: 3838506.
HSL color Cylindrical-coordinate representation of color #2A923A: hue angle of 129.23º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A923A is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 146 | 58 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.43 |
| HSL | 129.23º | 0.55% | 0.37% | - |
| HSV(B) | 129.23º | 0.71% | 0.57% | - |
| XYZ | 12 | 21.36 | 7.49 | - |
| YUV | 104.87 | 101.54 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 146 | 58 | 0.71 | 0 | 0.60 | 0.43 | 129.23 | 0.55 | 0.37 |
| Hex | 2A | 92 | 3A | 47 | 0 | 3C | 2B | 81 | 37 | 25 |
| Octal | 52 | 222 | 72 | 107 | 0 | 74 | 53 | 201 | 67 | 45 |
| Binary | 101010 | 10010010 | 111010 | 1000111 | 0 | 111100 | 101011 | 10000001 | 110111 | 100101 |
Color Harmonies of #2A923A
Complementary color
Monochromatic Colors of #2A923A
Black with #2A923A
Text Example
Text Example
White with #2A923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A923A; }
p { color: rgb(42,146,58); }
H1.HeaderClassName
{
color: #2A923A;
}
.AnyTagClassName
{
color: #2A923A;
}
</style>
background-color css
<style>
a { background-color: #2A923A; }
a { background-color: rgb(42,146,58); }
div.DivClassName
{
background-color: #2A923A;
}
.BgClassName
{
background-color: #2A923A;
}
</style>
border-color css
<style>
span { border-color: #2A923A; }
span { border-color: rgb(42,146,58); }
td.TdClassName
{
border-color: #2A923A;
}
.TagClassName
{
border-color: #2A923A;
}
</style>