Shades of Forest Green #2D8A2F
Tints of Forest Green #2D8A2F
RGB
CMYK
RGB Variations
Color information
#2D8A2F (or 0x2D8A2F) is known color: Forest Green. HEX triplet: 2D, 8A and 2F. RGB value is (45,138,47). Sum of RGB (Red+Green+Blue) = 45+138+47=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 138 (54.30% from 255 or 60% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 138 - color contains mainly: green. Hex color #2D8A2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8A2F is #D275D0. Grayscale: #646464. Windows color (decimal): -13792721 or 3115565. OLE color: 3115565.
HSL color Cylindrical-coordinate representation of color #2D8A2F: hue angle of 121.29º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8A2F is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 138 | 47 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.46 |
| HSL | 121.29º | 0.51% | 0.36% | - |
| HSV(B) | 121.29º | 0.67% | 0.54% | - |
| XYZ | 10.68 | 18.94 | 5.78 | - |
| YUV | 99.82 | 98.19 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 138 | 47 | 0.67 | 0 | 0.66 | 0.46 | 121.29 | 0.51 | 0.36 |
| Hex | 2D | 8A | 2F | 43 | 0 | 42 | 2E | 79 | 33 | 24 |
| Octal | 55 | 212 | 57 | 103 | 0 | 102 | 56 | 171 | 63 | 44 |
| Binary | 101101 | 10001010 | 101111 | 1000011 | 0 | 1000010 | 101110 | 1111001 | 110011 | 100100 |
Color Harmonies of #2D8A2F
Complementary color
Monochromatic Colors of #2D8A2F
Black with #2D8A2F
Text Example
Text Example
White with #2D8A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8A2F; }
p { color: rgb(45,138,47); }
H1.HeaderClassName
{
color: #2D8A2F;
}
.AnyTagClassName
{
color: #2D8A2F;
}
</style>
background-color css
<style>
a { background-color: #2D8A2F; }
a { background-color: rgb(45,138,47); }
div.DivClassName
{
background-color: #2D8A2F;
}
.BgClassName
{
background-color: #2D8A2F;
}
</style>
border-color css
<style>
span { border-color: #2D8A2F; }
span { border-color: rgb(45,138,47); }
td.TdClassName
{
border-color: #2D8A2F;
}
.TagClassName
{
border-color: #2D8A2F;
}
</style>