Shades of Dark Pastel Green #0FDB2B
Tints of Dark Pastel Green #0FDB2B
RGB
CMYK
RGB Variations
Color information
#0FDB2B (or 0x0FDB2B) is known color: Dark Pastel Green. HEX triplet: 0F, DB and 2B. RGB value is (15,219,43). Sum of RGB (Red+Green+Blue) = 15+219+43=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 219 (85.94% from 255 or 79.06% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDB2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDB2B is #F024D4. Grayscale: #8A8A8A. Windows color (decimal): -15738069 or 2874127. OLE color: 2874127.
HSL color Cylindrical-coordinate representation of color #0FDB2B: hue angle of 128.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDB2B is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 43 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.14 |
| HSL | 128.24º | 0.87% | 0.46% | - |
| HSV(B) | 128.24º | 0.93% | 0.86% | - |
| XYZ | 25.96 | 50.94 | 10.75 | - |
| YUV | 137.94 | 74.41 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 43 | 0.93 | 0 | 0.80 | 0.14 | 128.24 | 0.87 | 0.46 |
| Hex | F | DB | 2B | 5D | 0 | 50 | E | 80 | 57 | 2E |
| Octal | 17 | 333 | 53 | 135 | 0 | 120 | 16 | 200 | 127 | 56 |
| Binary | 1111 | 11011011 | 101011 | 1011101 | 0 | 1010000 | 1110 | 10000000 | 1010111 | 101110 |
Color Harmonies of #0FDB2B
Complementary color
Monochromatic Colors of #0FDB2B
Black with #0FDB2B
Text Example
Text Example
White with #0FDB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDB2B; }
p { color: rgb(15,219,43); }
H1.HeaderClassName
{
color: #0FDB2B;
}
.AnyTagClassName
{
color: #0FDB2B;
}
</style>
background-color css
<style>
a { background-color: #0FDB2B; }
a { background-color: rgb(15,219,43); }
div.DivClassName
{
background-color: #0FDB2B;
}
.BgClassName
{
background-color: #0FDB2B;
}
</style>
border-color css
<style>
span { border-color: #0FDB2B; }
span { border-color: rgb(15,219,43); }
td.TdClassName
{
border-color: #0FDB2B;
}
.TagClassName
{
border-color: #0FDB2B;
}
</style>