Shades of Dark Pastel Green #0FB336
Tints of Dark Pastel Green #0FB336
RGB
CMYK
RGB Variations
Color information
#0FB336 (or 0x0FB336) is known color: Dark Pastel Green. HEX triplet: 0F, B3 and 36. RGB value is (15,179,54). Sum of RGB (Red+Green+Blue) = 15+179+54=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 179 (70.31% from 255 or 72.18% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB336 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB336 is #F04CC9. Grayscale: #747474. Windows color (decimal): -15748298 or 3584783. OLE color: 3584783.
HSL color Cylindrical-coordinate representation of color #0FB336: hue angle of 134.27º 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 #0FB336 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 54 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.30 |
| HSL | 134.27º | 0.85% | 0.38% | - |
| HSV(B) | 134.27º | 0.92% | 0.7% | - |
| XYZ | 16.98 | 32.61 | 8.89 | - |
| YUV | 115.71 | 93.17 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 54 | 0.92 | 0 | 0.70 | 0.30 | 134.27 | 0.85 | 0.38 |
| Hex | F | B3 | 36 | 5C | 0 | 46 | 1E | 86 | 55 | 26 |
| Octal | 17 | 263 | 66 | 134 | 0 | 106 | 36 | 206 | 125 | 46 |
| Binary | 1111 | 10110011 | 110110 | 1011100 | 0 | 1000110 | 11110 | 10000110 | 1010101 | 100110 |
Color Harmonies of #0FB336
Complementary color
Monochromatic Colors of #0FB336
Black with #0FB336
Text Example
Text Example
White with #0FB336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB336; }
p { color: rgb(15,179,54); }
H1.HeaderClassName
{
color: #0FB336;
}
.AnyTagClassName
{
color: #0FB336;
}
</style>
background-color css
<style>
a { background-color: #0FB336; }
a { background-color: rgb(15,179,54); }
div.DivClassName
{
background-color: #0FB336;
}
.BgClassName
{
background-color: #0FB336;
}
</style>
border-color css
<style>
span { border-color: #0FB336; }
span { border-color: rgb(15,179,54); }
td.TdClassName
{
border-color: #0FB336;
}
.TagClassName
{
border-color: #0FB336;
}
</style>