Shades of Forest Green #0FA529
Tints of Forest Green #0FA529
RGB
CMYK
RGB Variations
Color information
#0FA529 (or 0x0FA529) is known color: Forest Green. HEX triplet: 0F, A5 and 29. RGB value is (15,165,41). Sum of RGB (Red+Green+Blue) = 15+165+41=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 165 (64.84% from 255 or 74.66% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA529 is #F05AD6. Grayscale: #6A6A6A. Windows color (decimal): -15751895 or 2729231. OLE color: 2729231.
HSL color Cylindrical-coordinate representation of color #0FA529: hue angle of 130.4º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA529 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 165 | 41 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.35 |
| HSL | 130.4º | 0.83% | 0.35% | - |
| HSV(B) | 130.4º | 0.91% | 0.65% | - |
| XYZ | 14.05 | 27.17 | 6.6 | - |
| YUV | 106.01 | 91.31 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 165 | 41 | 0.91 | 0 | 0.75 | 0.35 | 130.4 | 0.83 | 0.35 |
| Hex | F | A5 | 29 | 5B | 0 | 4B | 23 | 82 | 53 | 23 |
| Octal | 17 | 245 | 51 | 133 | 0 | 113 | 43 | 202 | 123 | 43 |
| Binary | 1111 | 10100101 | 101001 | 1011011 | 0 | 1001011 | 100011 | 10000010 | 1010011 | 100011 |
Color Harmonies of #0FA529
Complementary color
Monochromatic Colors of #0FA529
Black with #0FA529
Text Example
Text Example
White with #0FA529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA529; }
p { color: rgb(15,165,41); }
H1.HeaderClassName
{
color: #0FA529;
}
.AnyTagClassName
{
color: #0FA529;
}
</style>
background-color css
<style>
a { background-color: #0FA529; }
a { background-color: rgb(15,165,41); }
div.DivClassName
{
background-color: #0FA529;
}
.BgClassName
{
background-color: #0FA529;
}
</style>
border-color css
<style>
span { border-color: #0FA529; }
span { border-color: rgb(15,165,41); }
td.TdClassName
{
border-color: #0FA529;
}
.TagClassName
{
border-color: #0FA529;
}
</style>