Shades of Forest Green #30A025
Tints of Forest Green #30A025
RGB
CMYK
RGB Variations
Color information
#30A025 (or 0x30A025) is known color: Forest Green. HEX triplet: 30, A0 and 25. RGB value is (48,160,37). Sum of RGB (Red+Green+Blue) = 48+160+37=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 160 (62.89% from 255 or 65.31% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 160 - color contains mainly: green. Hex color #30A025 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A025 is #CF5FDA. Grayscale: #707070. Windows color (decimal): -13590491 or 2465840. OLE color: 2465840.
HSL color Cylindrical-coordinate representation of color #30A025: hue angle of 114.63º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30A025 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 48 | 160 | 37 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.37 |
| HSL | 114.63º | 0.62% | 0.39% | - |
| HSV(B) | 114.63º | 0.77% | 0.63% | - |
| XYZ | 14.12 | 25.9 | 6.01 | - |
| YUV | 112.49 | 85.39 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 160 | 37 | 0.70 | 0 | 0.77 | 0.37 | 114.63 | 0.62 | 0.39 |
| Hex | 30 | A0 | 25 | 46 | 0 | 4D | 25 | 73 | 3E | 27 |
| Octal | 60 | 240 | 45 | 106 | 0 | 115 | 45 | 163 | 76 | 47 |
| Binary | 110000 | 10100000 | 100101 | 1000110 | 0 | 1001101 | 100101 | 1110011 | 111110 | 100111 |
Color Harmonies of #30A025
Complementary color
Monochromatic Colors of #30A025
Black with #30A025
Text Example
Text Example
White with #30A025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A025; }
p { color: rgb(48,160,37); }
H1.HeaderClassName
{
color: #30A025;
}
.AnyTagClassName
{
color: #30A025;
}
</style>
background-color css
<style>
a { background-color: #30A025; }
a { background-color: rgb(48,160,37); }
div.DivClassName
{
background-color: #30A025;
}
.BgClassName
{
background-color: #30A025;
}
</style>
border-color css
<style>
span { border-color: #30A025; }
span { border-color: rgb(48,160,37); }
td.TdClassName
{
border-color: #30A025;
}
.TagClassName
{
border-color: #30A025;
}
</style>