Shades of Dark Pastel Green #0FB32A
Tints of Dark Pastel Green #0FB32A
RGB
CMYK
RGB Variations
Color information
#0FB32A (or 0x0FB32A) is known color: Dark Pastel Green. HEX triplet: 0F, B3 and 2A. RGB value is (15,179,42). Sum of RGB (Red+Green+Blue) = 15+179+42=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 179 (70.31% from 255 or 75.85% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB32A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB32A is #F04CD5. Grayscale: #727272. Windows color (decimal): -15748310 or 2798351. OLE color: 2798351.
HSL color Cylindrical-coordinate representation of color #0FB32A: hue angle of 129.88º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB32A is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 42 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.30 |
| HSL | 129.88º | 0.85% | 0.38% | - |
| HSV(B) | 129.88º | 0.92% | 0.7% | - |
| XYZ | 16.74 | 32.51 | 7.58 | - |
| YUV | 114.35 | 87.17 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 42 | 0.92 | 0 | 0.77 | 0.30 | 129.88 | 0.85 | 0.38 |
| Hex | F | B3 | 2A | 5C | 0 | 4D | 1E | 82 | 55 | 26 |
| Octal | 17 | 263 | 52 | 134 | 0 | 115 | 36 | 202 | 125 | 46 |
| Binary | 1111 | 10110011 | 101010 | 1011100 | 0 | 1001101 | 11110 | 10000010 | 1010101 | 100110 |
Color Harmonies of #0FB32A
Complementary color
Monochromatic Colors of #0FB32A
Black with #0FB32A
Text Example
Text Example
White with #0FB32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB32A; }
p { color: rgb(15,179,42); }
H1.HeaderClassName
{
color: #0FB32A;
}
.AnyTagClassName
{
color: #0FB32A;
}
</style>
background-color css
<style>
a { background-color: #0FB32A; }
a { background-color: rgb(15,179,42); }
div.DivClassName
{
background-color: #0FB32A;
}
.BgClassName
{
background-color: #0FB32A;
}
</style>
border-color css
<style>
span { border-color: #0FB32A; }
span { border-color: rgb(15,179,42); }
td.TdClassName
{
border-color: #0FB32A;
}
.TagClassName
{
border-color: #0FB32A;
}
</style>