Shades of Dark Pastel Green #0FB92D
Tints of Dark Pastel Green #0FB92D
RGB
CMYK
RGB Variations
Color information
#0FB92D (or 0x0FB92D) is known color: Dark Pastel Green. HEX triplet: 0F, B9 and 2D. RGB value is (15,185,45). Sum of RGB (Red+Green+Blue) = 15+185+45=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 185 (72.66% from 255 or 75.51% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB92D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB92D is #F046D2. Grayscale: #767676. Windows color (decimal): -15746771 or 2996495. OLE color: 2996495.
HSL color Cylindrical-coordinate representation of color #0FB92D: hue angle of 130.59º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB92D is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 185 | 45 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.27 |
| HSL | 130.59º | 0.85% | 0.39% | - |
| HSV(B) | 130.59º | 0.92% | 0.73% | - |
| XYZ | 18.02 | 34.99 | 8.29 | - |
| YUV | 118.21 | 86.68 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 185 | 45 | 0.92 | 0 | 0.76 | 0.27 | 130.59 | 0.85 | 0.39 |
| Hex | F | B9 | 2D | 5C | 0 | 4C | 1B | 83 | 55 | 27 |
| Octal | 17 | 271 | 55 | 134 | 0 | 114 | 33 | 203 | 125 | 47 |
| Binary | 1111 | 10111001 | 101101 | 1011100 | 0 | 1001100 | 11011 | 10000011 | 1010101 | 100111 |
Color Harmonies of #0FB92D
Complementary color
Monochromatic Colors of #0FB92D
Black with #0FB92D
Text Example
Text Example
White with #0FB92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB92D; }
p { color: rgb(15,185,45); }
H1.HeaderClassName
{
color: #0FB92D;
}
.AnyTagClassName
{
color: #0FB92D;
}
</style>
background-color css
<style>
a { background-color: #0FB92D; }
a { background-color: rgb(15,185,45); }
div.DivClassName
{
background-color: #0FB92D;
}
.BgClassName
{
background-color: #0FB92D;
}
</style>
border-color css
<style>
span { border-color: #0FB92D; }
span { border-color: rgb(15,185,45); }
td.TdClassName
{
border-color: #0FB92D;
}
.TagClassName
{
border-color: #0FB92D;
}
</style>