Shades of Dark Pastel Green #0FBE28
Tints of Dark Pastel Green #0FBE28
RGB
CMYK
RGB Variations
Color information
#0FBE28 (or 0x0FBE28) is known color: Dark Pastel Green. HEX triplet: 0F, BE and 28. RGB value is (15,190,40). Sum of RGB (Red+Green+Blue) = 15+190+40=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 190 (74.61% from 255 or 77.55% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 190 - color contains mainly: green. Hex color #0FBE28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBE28 is #F041D7. Grayscale: #797979. Windows color (decimal): -15745496 or 2670095. OLE color: 2670095.
HSL color Cylindrical-coordinate representation of color #0FBE28: hue angle of 128.57º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBE28 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 190 | 40 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.25 |
| HSL | 128.57º | 0.85% | 0.4% | - |
| HSV(B) | 128.57º | 0.92% | 0.75% | - |
| XYZ | 18.99 | 37.08 | 8.16 | - |
| YUV | 120.58 | 82.52 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 190 | 40 | 0.92 | 0 | 0.79 | 0.25 | 128.57 | 0.85 | 0.4 |
| Hex | F | BE | 28 | 5C | 0 | 4F | 19 | 81 | 55 | 28 |
| Octal | 17 | 276 | 50 | 134 | 0 | 117 | 31 | 201 | 125 | 50 |
| Binary | 1111 | 10111110 | 101000 | 1011100 | 0 | 1001111 | 11001 | 10000001 | 1010101 | 101000 |
Color Harmonies of #0FBE28
Complementary color
Monochromatic Colors of #0FBE28
Black with #0FBE28
Text Example
Text Example
White with #0FBE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBE28; }
p { color: rgb(15,190,40); }
H1.HeaderClassName
{
color: #0FBE28;
}
.AnyTagClassName
{
color: #0FBE28;
}
</style>
background-color css
<style>
a { background-color: #0FBE28; }
a { background-color: rgb(15,190,40); }
div.DivClassName
{
background-color: #0FBE28;
}
.BgClassName
{
background-color: #0FBE28;
}
</style>
border-color css
<style>
span { border-color: #0FBE28; }
span { border-color: rgb(15,190,40); }
td.TdClassName
{
border-color: #0FBE28;
}
.TagClassName
{
border-color: #0FBE28;
}
</style>