Shades of Dark Pastel Green #0FB82D
Tints of Dark Pastel Green #0FB82D
RGB
CMYK
RGB Variations
Color information
#0FB82D (or 0x0FB82D) is known color: Dark Pastel Green. HEX triplet: 0F, B8 and 2D. RGB value is (15,184,45). Sum of RGB (Red+Green+Blue) = 15+184+45=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 184 (72.27% from 255 or 75.41% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB82D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB82D is #F047D2. Grayscale: #767676. Windows color (decimal): -15747027 or 2996239. OLE color: 2996239.
HSL color Cylindrical-coordinate representation of color #0FB82D: hue angle of 130.65º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB82D is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 45 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.28 |
| HSL | 130.65º | 0.85% | 0.39% | - |
| HSV(B) | 130.65º | 0.92% | 0.72% | - |
| XYZ | 17.81 | 34.57 | 8.22 | - |
| YUV | 117.62 | 87.01 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 45 | 0.92 | 0 | 0.76 | 0.28 | 130.65 | 0.85 | 0.39 |
| Hex | F | B8 | 2D | 5C | 0 | 4C | 1C | 83 | 55 | 27 |
| Octal | 17 | 270 | 55 | 134 | 0 | 114 | 34 | 203 | 125 | 47 |
| Binary | 1111 | 10111000 | 101101 | 1011100 | 0 | 1001100 | 11100 | 10000011 | 1010101 | 100111 |
Color Harmonies of #0FB82D
Complementary color
Monochromatic Colors of #0FB82D
Black with #0FB82D
Text Example
Text Example
White with #0FB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB82D; }
p { color: rgb(15,184,45); }
H1.HeaderClassName
{
color: #0FB82D;
}
.AnyTagClassName
{
color: #0FB82D;
}
</style>
background-color css
<style>
a { background-color: #0FB82D; }
a { background-color: rgb(15,184,45); }
div.DivClassName
{
background-color: #0FB82D;
}
.BgClassName
{
background-color: #0FB82D;
}
</style>
border-color css
<style>
span { border-color: #0FB82D; }
span { border-color: rgb(15,184,45); }
td.TdClassName
{
border-color: #0FB82D;
}
.TagClassName
{
border-color: #0FB82D;
}
</style>