Shades of Forest Green #2A9235
Tints of Forest Green #2A9235
RGB
CMYK
RGB Variations
Color information
#2A9235 (or 0x2A9235) is known color: Forest Green. HEX triplet: 2A, 92 and 35. RGB value is (42,146,53). Sum of RGB (Red+Green+Blue) = 42+146+53=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 146 (57.42% from 255 or 60.58% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 146 - color contains mainly: green. Hex color #2A9235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9235 is #D56DCA. Grayscale: #686868. Windows color (decimal): -13987275 or 3510826. OLE color: 3510826.
HSL color Cylindrical-coordinate representation of color #2A9235: hue angle of 126.35º 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 #2A9235 is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 146 | 53 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.43 |
| HSL | 126.35º | 0.55% | 0.37% | - |
| HSV(B) | 126.35º | 0.71% | 0.57% | - |
| XYZ | 11.88 | 21.31 | 6.85 | - |
| YUV | 104.3 | 99.04 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 146 | 53 | 0.71 | 0 | 0.64 | 0.43 | 126.35 | 0.55 | 0.37 |
| Hex | 2A | 92 | 35 | 47 | 0 | 40 | 2B | 7E | 37 | 25 |
| Octal | 52 | 222 | 65 | 107 | 0 | 100 | 53 | 176 | 67 | 45 |
| Binary | 101010 | 10010010 | 110101 | 1000111 | 0 | 1000000 | 101011 | 1111110 | 110111 | 100101 |
Color Harmonies of #2A9235
Complementary color
Monochromatic Colors of #2A9235
Black with #2A9235
Text Example
Text Example
White with #2A9235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9235; }
p { color: rgb(42,146,53); }
H1.HeaderClassName
{
color: #2A9235;
}
.AnyTagClassName
{
color: #2A9235;
}
</style>
background-color css
<style>
a { background-color: #2A9235; }
a { background-color: rgb(42,146,53); }
div.DivClassName
{
background-color: #2A9235;
}
.BgClassName
{
background-color: #2A9235;
}
</style>
border-color css
<style>
span { border-color: #2A9235; }
span { border-color: rgb(42,146,53); }
td.TdClassName
{
border-color: #2A9235;
}
.TagClassName
{
border-color: #2A9235;
}
</style>