Shades of Forest Green #148225
Tints of Forest Green #148225
RGB
CMYK
RGB Variations
Color information
#148225 (or 0x148225) is known color: Forest Green. HEX triplet: 14, 82 and 25. RGB value is (20,130,37). Sum of RGB (Red+Green+Blue) = 20+130+37=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 130 (51.17% from 255 or 69.52% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 130 - color contains mainly: green. Hex color #148225 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148225 is #EB7DDA. Grayscale: #565656. Windows color (decimal): -15433179 or 2458132. OLE color: 2458132.
HSL color Cylindrical-coordinate representation of color #148225: hue angle of 129.27º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148225 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 130 | 37 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.49 |
| HSL | 129.27º | 0.73% | 0.29% | - |
| HSV(B) | 129.27º | 0.85% | 0.51% | - |
| XYZ | 8.61 | 16.25 | 4.43 | - |
| YUV | 86.51 | 100.06 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 37 | 0.85 | 0 | 0.72 | 0.49 | 129.27 | 0.73 | 0.29 |
| Hex | 14 | 82 | 25 | 55 | 0 | 48 | 31 | 81 | 49 | 1D |
| Octal | 24 | 202 | 45 | 125 | 0 | 110 | 61 | 201 | 111 | 35 |
| Binary | 10100 | 10000010 | 100101 | 1010101 | 0 | 1001000 | 110001 | 10000001 | 1001001 | 11101 |
Color Harmonies of #148225
Complementary color
Monochromatic Colors of #148225
Black with #148225
Text Example
Text Example
White with #148225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148225; }
p { color: rgb(20,130,37); }
H1.HeaderClassName
{
color: #148225;
}
.AnyTagClassName
{
color: #148225;
}
</style>
background-color css
<style>
a { background-color: #148225; }
a { background-color: rgb(20,130,37); }
div.DivClassName
{
background-color: #148225;
}
.BgClassName
{
background-color: #148225;
}
</style>
border-color css
<style>
span { border-color: #148225; }
span { border-color: rgb(20,130,37); }
td.TdClassName
{
border-color: #148225;
}
.TagClassName
{
border-color: #148225;
}
</style>