Shades of Dark Pastel Green #0FB320
Tints of Dark Pastel Green #0FB320
RGB
CMYK
RGB Variations
Color information
#0FB320 (or 0x0FB320) is known color: Dark Pastel Green. HEX triplet: 0F, B3 and 20. RGB value is (15,179,32). Sum of RGB (Red+Green+Blue) = 15+179+32=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 179 (70.31% from 255 or 79.20% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB320 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB320 is #F04CDF. Grayscale: #717171. Windows color (decimal): -15748320 or 2142991. OLE color: 2142991.
HSL color Cylindrical-coordinate representation of color #0FB320: hue angle of 126.22º 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 #0FB320 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 32 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.30 |
| HSL | 126.22º | 0.85% | 0.38% | - |
| HSV(B) | 126.22º | 0.92% | 0.7% | - |
| XYZ | 16.58 | 32.45 | 6.76 | - |
| YUV | 113.21 | 82.17 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 32 | 0.92 | 0 | 0.82 | 0.30 | 126.22 | 0.85 | 0.38 |
| Hex | F | B3 | 20 | 5C | 0 | 52 | 1E | 7E | 55 | 26 |
| Octal | 17 | 263 | 40 | 134 | 0 | 122 | 36 | 176 | 125 | 46 |
| Binary | 1111 | 10110011 | 100000 | 1011100 | 0 | 1010010 | 11110 | 1111110 | 1010101 | 100110 |
Color Harmonies of #0FB320
Complementary color
Monochromatic Colors of #0FB320
Black with #0FB320
Text Example
Text Example
White with #0FB320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB320; }
p { color: rgb(15,179,32); }
H1.HeaderClassName
{
color: #0FB320;
}
.AnyTagClassName
{
color: #0FB320;
}
</style>
background-color css
<style>
a { background-color: #0FB320; }
a { background-color: rgb(15,179,32); }
div.DivClassName
{
background-color: #0FB320;
}
.BgClassName
{
background-color: #0FB320;
}
</style>
border-color css
<style>
span { border-color: #0FB320; }
span { border-color: rgb(15,179,32); }
td.TdClassName
{
border-color: #0FB320;
}
.TagClassName
{
border-color: #0FB320;
}
</style>