Shades of Dark Pastel Green #0FB232
Tints of Dark Pastel Green #0FB232
RGB
CMYK
RGB Variations
Color information
#0FB232 (or 0x0FB232) is known color: Dark Pastel Green. HEX triplet: 0F, B2 and 32. RGB value is (15,178,50). Sum of RGB (Red+Green+Blue) = 15+178+50=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 178 (69.92% from 255 or 73.25% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB232 is #F04DCD. Grayscale: #737373. Windows color (decimal): -15748558 or 3322383. OLE color: 3322383.
HSL color Cylindrical-coordinate representation of color #0FB232: hue angle of 132.88º degrees, saturation: 0.84, 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 #0FB232 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 178 | 50 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.30 |
| HSL | 132.88º | 0.84% | 0.38% | - |
| HSV(B) | 132.88º | 0.92% | 0.7% | - |
| XYZ | 16.69 | 32.17 | 8.35 | - |
| YUV | 114.67 | 91.5 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 178 | 50 | 0.92 | 0 | 0.72 | 0.30 | 132.88 | 0.84 | 0.38 |
| Hex | F | B2 | 32 | 5C | 0 | 48 | 1E | 85 | 54 | 26 |
| Octal | 17 | 262 | 62 | 134 | 0 | 110 | 36 | 205 | 124 | 46 |
| Binary | 1111 | 10110010 | 110010 | 1011100 | 0 | 1001000 | 11110 | 10000101 | 1010100 | 100110 |
Color Harmonies of #0FB232
Complementary color
Monochromatic Colors of #0FB232
Black with #0FB232
Text Example
Text Example
White with #0FB232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB232; }
p { color: rgb(15,178,50); }
H1.HeaderClassName
{
color: #0FB232;
}
.AnyTagClassName
{
color: #0FB232;
}
</style>
background-color css
<style>
a { background-color: #0FB232; }
a { background-color: rgb(15,178,50); }
div.DivClassName
{
background-color: #0FB232;
}
.BgClassName
{
background-color: #0FB232;
}
</style>
border-color css
<style>
span { border-color: #0FB232; }
span { border-color: rgb(15,178,50); }
td.TdClassName
{
border-color: #0FB232;
}
.TagClassName
{
border-color: #0FB232;
}
</style>