Shades of Dark Pastel Green #0FB321
Tints of Dark Pastel Green #0FB321
RGB
CMYK
RGB Variations
Color information
#0FB321 (or 0x0FB321) is known color: Dark Pastel Green. HEX triplet: 0F, B3 and 21. RGB value is (15,179,33). Sum of RGB (Red+Green+Blue) = 15+179+33=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 179 (70.31% from 255 or 78.85% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB321 is #F04CDE. Grayscale: #717171. Windows color (decimal): -15748319 or 2208527. OLE color: 2208527.
HSL color Cylindrical-coordinate representation of color #0FB321: hue angle of 126.59º 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 #0FB321 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 33 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.30 |
| HSL | 126.59º | 0.85% | 0.38% | - |
| HSV(B) | 126.59º | 0.92% | 0.7% | - |
| XYZ | 16.59 | 32.45 | 6.83 | - |
| YUV | 113.32 | 82.67 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 33 | 0.92 | 0 | 0.82 | 0.30 | 126.59 | 0.85 | 0.38 |
| Hex | F | B3 | 21 | 5C | 0 | 52 | 1E | 7F | 55 | 26 |
| Octal | 17 | 263 | 41 | 134 | 0 | 122 | 36 | 177 | 125 | 46 |
| Binary | 1111 | 10110011 | 100001 | 1011100 | 0 | 1010010 | 11110 | 1111111 | 1010101 | 100110 |
Color Harmonies of #0FB321
Complementary color
Monochromatic Colors of #0FB321
Black with #0FB321
Text Example
Text Example
White with #0FB321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB321; }
p { color: rgb(15,179,33); }
H1.HeaderClassName
{
color: #0FB321;
}
.AnyTagClassName
{
color: #0FB321;
}
</style>
background-color css
<style>
a { background-color: #0FB321; }
a { background-color: rgb(15,179,33); }
div.DivClassName
{
background-color: #0FB321;
}
.BgClassName
{
background-color: #0FB321;
}
</style>
border-color css
<style>
span { border-color: #0FB321; }
span { border-color: rgb(15,179,33); }
td.TdClassName
{
border-color: #0FB321;
}
.TagClassName
{
border-color: #0FB321;
}
</style>