Shades of Forest Green #0F7B1A
Tints of Forest Green #0F7B1A
RGB
CMYK
RGB Variations
Color information
#0F7B1A (or 0x0F7B1A) is known color: Forest Green. HEX triplet: 0F, 7B and 1A. RGB value is (15,123,26). Sum of RGB (Red+Green+Blue) = 15+123+26=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 123 (48.44% from 255 or 75% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7B1A is #F084E5. Grayscale: #4F4F4F. Windows color (decimal): -15762662 or 1735439. OLE color: 1735439.
HSL color Cylindrical-coordinate representation of color #0F7B1A: hue angle of 126.11º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7B1A is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 123 | 26 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.52 |
| HSL | 126.11º | 0.78% | 0.27% | - |
| HSV(B) | 126.11º | 0.88% | 0.48% | - |
| XYZ | 7.47 | 14.34 | 3.35 | - |
| YUV | 79.65 | 97.72 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 123 | 26 | 0.88 | 0 | 0.79 | 0.52 | 126.11 | 0.78 | 0.27 |
| Hex | F | 7B | 1A | 58 | 0 | 4F | 34 | 7E | 4E | 1B |
| Octal | 17 | 173 | 32 | 130 | 0 | 117 | 64 | 176 | 116 | 33 |
| Binary | 1111 | 1111011 | 11010 | 1011000 | 0 | 1001111 | 110100 | 1111110 | 1001110 | 11011 |
Color Harmonies of #0F7B1A
Complementary color
Monochromatic Colors of #0F7B1A
Black with #0F7B1A
Text Example
Text Example
White with #0F7B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7B1A; }
p { color: rgb(15,123,26); }
H1.HeaderClassName
{
color: #0F7B1A;
}
.AnyTagClassName
{
color: #0F7B1A;
}
</style>
background-color css
<style>
a { background-color: #0F7B1A; }
a { background-color: rgb(15,123,26); }
div.DivClassName
{
background-color: #0F7B1A;
}
.BgClassName
{
background-color: #0F7B1A;
}
</style>
border-color css
<style>
span { border-color: #0F7B1A; }
span { border-color: rgb(15,123,26); }
td.TdClassName
{
border-color: #0F7B1A;
}
.TagClassName
{
border-color: #0F7B1A;
}
</style>