Shades of Forest Green #2A9630
Tints of Forest Green #2A9630
RGB
CMYK
RGB Variations
Color information
#2A9630 (or 0x2A9630) is known color: Forest Green. HEX triplet: 2A, 96 and 30. RGB value is (42,150,48). Sum of RGB (Red+Green+Blue) = 42+150+48=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 150 (58.98% from 255 or 62.5% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 150 - color contains mainly: green. Hex color #2A9630 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9630 is #D569CF. Grayscale: #6A6A6A. Windows color (decimal): -13986256 or 3184170. OLE color: 3184170.
HSL color Cylindrical-coordinate representation of color #2A9630: hue angle of 123.33º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9630 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 150 | 48 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.41 |
| HSL | 123.33º | 0.56% | 0.38% | - |
| HSV(B) | 123.33º | 0.72% | 0.59% | - |
| XYZ | 12.39 | 22.52 | 6.49 | - |
| YUV | 106.08 | 95.22 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 150 | 48 | 0.72 | 0 | 0.68 | 0.41 | 123.33 | 0.56 | 0.38 |
| Hex | 2A | 96 | 30 | 48 | 0 | 44 | 29 | 7B | 38 | 26 |
| Octal | 52 | 226 | 60 | 110 | 0 | 104 | 51 | 173 | 70 | 46 |
| Binary | 101010 | 10010110 | 110000 | 1001000 | 0 | 1000100 | 101001 | 1111011 | 111000 | 100110 |
Color Harmonies of #2A9630
Complementary color
Monochromatic Colors of #2A9630
Black with #2A9630
Text Example
Text Example
White with #2A9630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9630; }
p { color: rgb(42,150,48); }
H1.HeaderClassName
{
color: #2A9630;
}
.AnyTagClassName
{
color: #2A9630;
}
</style>
background-color css
<style>
a { background-color: #2A9630; }
a { background-color: rgb(42,150,48); }
div.DivClassName
{
background-color: #2A9630;
}
.BgClassName
{
background-color: #2A9630;
}
</style>
border-color css
<style>
span { border-color: #2A9630; }
span { border-color: rgb(42,150,48); }
td.TdClassName
{
border-color: #2A9630;
}
.TagClassName
{
border-color: #2A9630;
}
</style>