Shades of Dark Pastel Green #0FB827
Tints of Dark Pastel Green #0FB827
RGB
CMYK
RGB Variations
Color information
#0FB827 (or 0x0FB827) is known color: Dark Pastel Green. HEX triplet: 0F, B8 and 27. RGB value is (15,184,39). Sum of RGB (Red+Green+Blue) = 15+184+39=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 184 (72.27% from 255 or 77.31% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB827 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB827 is #F047D8. Grayscale: #757575. Windows color (decimal): -15747033 or 2603023. OLE color: 2603023.
HSL color Cylindrical-coordinate representation of color #0FB827: hue angle of 128.52º 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 #0FB827 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 39 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.28 |
| HSL | 128.52º | 0.85% | 0.39% | - |
| HSV(B) | 128.52º | 0.92% | 0.72% | - |
| XYZ | 17.7 | 34.53 | 7.65 | - |
| YUV | 116.94 | 84.01 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 39 | 0.92 | 0 | 0.79 | 0.28 | 128.52 | 0.85 | 0.39 |
| Hex | F | B8 | 27 | 5C | 0 | 4F | 1C | 81 | 55 | 27 |
| Octal | 17 | 270 | 47 | 134 | 0 | 117 | 34 | 201 | 125 | 47 |
| Binary | 1111 | 10111000 | 100111 | 1011100 | 0 | 1001111 | 11100 | 10000001 | 1010101 | 100111 |
Color Harmonies of #0FB827
Complementary color
Monochromatic Colors of #0FB827
Black with #0FB827
Text Example
Text Example
White with #0FB827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB827; }
p { color: rgb(15,184,39); }
H1.HeaderClassName
{
color: #0FB827;
}
.AnyTagClassName
{
color: #0FB827;
}
</style>
background-color css
<style>
a { background-color: #0FB827; }
a { background-color: rgb(15,184,39); }
div.DivClassName
{
background-color: #0FB827;
}
.BgClassName
{
background-color: #0FB827;
}
</style>
border-color css
<style>
span { border-color: #0FB827; }
span { border-color: rgb(15,184,39); }
td.TdClassName
{
border-color: #0FB827;
}
.TagClassName
{
border-color: #0FB827;
}
</style>