Shades of Forest Green #2A9933
Tints of Forest Green #2A9933
RGB
CMYK
RGB Variations
Color information
#2A9933 (or 0x2A9933) is known color: Forest Green. HEX triplet: 2A, 99 and 33. RGB value is (42,153,51). Sum of RGB (Red+Green+Blue) = 42+153+51=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 153 (60.16% from 255 or 62.20% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9933 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9933 is #D566CC. Grayscale: #6C6C6C. Windows color (decimal): -13985485 or 3381546. OLE color: 3381546.
HSL color Cylindrical-coordinate representation of color #2A9933: hue angle of 124.86º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9933 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 153 | 51 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.4 |
| HSL | 124.86º | 0.57% | 0.38% | - |
| HSV(B) | 124.86º | 0.73% | 0.6% | - |
| XYZ | 12.94 | 23.51 | 6.99 | - |
| YUV | 108.18 | 95.73 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 153 | 51 | 0.73 | 0 | 0.67 | 0.4 | 124.86 | 0.57 | 0.38 |
| Hex | 2A | 99 | 33 | 49 | 0 | 43 | 28 | 7D | 39 | 26 |
| Octal | 52 | 231 | 63 | 111 | 0 | 103 | 50 | 175 | 71 | 46 |
| Binary | 101010 | 10011001 | 110011 | 1001001 | 0 | 1000011 | 101000 | 1111101 | 111001 | 100110 |
Color Harmonies of #2A9933
Complementary color
Monochromatic Colors of #2A9933
Black with #2A9933
Text Example
Text Example
White with #2A9933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9933; }
p { color: rgb(42,153,51); }
H1.HeaderClassName
{
color: #2A9933;
}
.AnyTagClassName
{
color: #2A9933;
}
</style>
background-color css
<style>
a { background-color: #2A9933; }
a { background-color: rgb(42,153,51); }
div.DivClassName
{
background-color: #2A9933;
}
.BgClassName
{
background-color: #2A9933;
}
</style>
border-color css
<style>
span { border-color: #2A9933; }
span { border-color: rgb(42,153,51); }
td.TdClassName
{
border-color: #2A9933;
}
.TagClassName
{
border-color: #2A9933;
}
</style>