Shades of Dark Pastel Green #0FB32C
Tints of Dark Pastel Green #0FB32C
RGB
CMYK
RGB Variations
Color information
#0FB32C (or 0x0FB32C) is known color: Dark Pastel Green. HEX triplet: 0F, B3 and 2C. RGB value is (15,179,44). Sum of RGB (Red+Green+Blue) = 15+179+44=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 179 (70.31% from 255 or 75.21% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB32C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB32C is #F04CD3. Grayscale: #727272. Windows color (decimal): -15748308 or 2929423. OLE color: 2929423.
HSL color Cylindrical-coordinate representation of color #0FB32C: hue angle of 130.61º 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 #0FB32C is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 44 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.30 |
| HSL | 130.61º | 0.85% | 0.38% | - |
| HSV(B) | 130.61º | 0.92% | 0.7% | - |
| XYZ | 16.77 | 32.52 | 7.78 | - |
| YUV | 114.57 | 88.17 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 44 | 0.92 | 0 | 0.75 | 0.30 | 130.61 | 0.85 | 0.38 |
| Hex | F | B3 | 2C | 5C | 0 | 4B | 1E | 83 | 55 | 26 |
| Octal | 17 | 263 | 54 | 134 | 0 | 113 | 36 | 203 | 125 | 46 |
| Binary | 1111 | 10110011 | 101100 | 1011100 | 0 | 1001011 | 11110 | 10000011 | 1010101 | 100110 |
Color Harmonies of #0FB32C
Complementary color
Monochromatic Colors of #0FB32C
Black with #0FB32C
Text Example
Text Example
White with #0FB32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB32C; }
p { color: rgb(15,179,44); }
H1.HeaderClassName
{
color: #0FB32C;
}
.AnyTagClassName
{
color: #0FB32C;
}
</style>
background-color css
<style>
a { background-color: #0FB32C; }
a { background-color: rgb(15,179,44); }
div.DivClassName
{
background-color: #0FB32C;
}
.BgClassName
{
background-color: #0FB32C;
}
</style>
border-color css
<style>
span { border-color: #0FB32C; }
span { border-color: rgb(15,179,44); }
td.TdClassName
{
border-color: #0FB32C;
}
.TagClassName
{
border-color: #0FB32C;
}
</style>