Shades of Dark Pastel Green #0FB129
Tints of Dark Pastel Green #0FB129
RGB
CMYK
RGB Variations
Color information
#0FB129 (or 0x0FB129) is known color: Dark Pastel Green. HEX triplet: 0F, B1 and 29. RGB value is (15,177,41). Sum of RGB (Red+Green+Blue) = 15+177+41=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 177 (69.53% from 255 or 75.97% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB129 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB129 is #F04ED6. Grayscale: #717171. Windows color (decimal): -15748823 or 2732303. OLE color: 2732303.
HSL color Cylindrical-coordinate representation of color #0FB129: hue angle of 129.63º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB129 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 41 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.31 |
| HSL | 129.63º | 0.84% | 0.38% | - |
| HSV(B) | 129.63º | 0.92% | 0.69% | - |
| XYZ | 16.32 | 31.71 | 7.36 | - |
| YUV | 113.06 | 87.33 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 41 | 0.92 | 0 | 0.77 | 0.31 | 129.63 | 0.84 | 0.38 |
| Hex | F | B1 | 29 | 5C | 0 | 4D | 1F | 82 | 54 | 26 |
| Octal | 17 | 261 | 51 | 134 | 0 | 115 | 37 | 202 | 124 | 46 |
| Binary | 1111 | 10110001 | 101001 | 1011100 | 0 | 1001101 | 11111 | 10000010 | 1010100 | 100110 |
Color Harmonies of #0FB129
Complementary color
Monochromatic Colors of #0FB129
Black with #0FB129
Text Example
Text Example
White with #0FB129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB129; }
p { color: rgb(15,177,41); }
H1.HeaderClassName
{
color: #0FB129;
}
.AnyTagClassName
{
color: #0FB129;
}
</style>
background-color css
<style>
a { background-color: #0FB129; }
a { background-color: rgb(15,177,41); }
div.DivClassName
{
background-color: #0FB129;
}
.BgClassName
{
background-color: #0FB129;
}
</style>
border-color css
<style>
span { border-color: #0FB129; }
span { border-color: rgb(15,177,41); }
td.TdClassName
{
border-color: #0FB129;
}
.TagClassName
{
border-color: #0FB129;
}
</style>