Shades of Dark Pastel Green #0FB52D
Tints of Dark Pastel Green #0FB52D
RGB
CMYK
RGB Variations
Color information
#0FB52D (or 0x0FB52D) is known color: Dark Pastel Green. HEX triplet: 0F, B5 and 2D. RGB value is (15,181,45). Sum of RGB (Red+Green+Blue) = 15+181+45=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 181 (71.09% from 255 or 75.10% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB52D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB52D is #F04AD2. Grayscale: #747474. Windows color (decimal): -15747795 or 2995471. OLE color: 2995471.
HSL color Cylindrical-coordinate representation of color #0FB52D: hue angle of 130.84º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB52D is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 181 | 45 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.29 |
| HSL | 130.84º | 0.85% | 0.38% | - |
| HSV(B) | 130.84º | 0.92% | 0.71% | - |
| XYZ | 17.19 | 33.34 | 8.01 | - |
| YUV | 115.86 | 88 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 45 | 0.92 | 0 | 0.75 | 0.29 | 130.84 | 0.85 | 0.38 |
| Hex | F | B5 | 2D | 5C | 0 | 4B | 1D | 83 | 55 | 26 |
| Octal | 17 | 265 | 55 | 134 | 0 | 113 | 35 | 203 | 125 | 46 |
| Binary | 1111 | 10110101 | 101101 | 1011100 | 0 | 1001011 | 11101 | 10000011 | 1010101 | 100110 |
Color Harmonies of #0FB52D
Complementary color
Monochromatic Colors of #0FB52D
Black with #0FB52D
Text Example
Text Example
White with #0FB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB52D; }
p { color: rgb(15,181,45); }
H1.HeaderClassName
{
color: #0FB52D;
}
.AnyTagClassName
{
color: #0FB52D;
}
</style>
background-color css
<style>
a { background-color: #0FB52D; }
a { background-color: rgb(15,181,45); }
div.DivClassName
{
background-color: #0FB52D;
}
.BgClassName
{
background-color: #0FB52D;
}
</style>
border-color css
<style>
span { border-color: #0FB52D; }
span { border-color: rgb(15,181,45); }
td.TdClassName
{
border-color: #0FB52D;
}
.TagClassName
{
border-color: #0FB52D;
}
</style>