Shades of Dark Pastel Green #0FDB2D
Tints of Dark Pastel Green #0FDB2D
RGB
CMYK
RGB Variations
Color information
#0FDB2D (or 0x0FDB2D) is known color: Dark Pastel Green. HEX triplet: 0F, DB and 2D. RGB value is (15,219,45). Sum of RGB (Red+Green+Blue) = 15+219+45=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 219 (85.94% from 255 or 78.49% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDB2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDB2D is #F024D2. Grayscale: #8A8A8A. Windows color (decimal): -15738067 or 3005199. OLE color: 3005199.
HSL color Cylindrical-coordinate representation of color #0FDB2D: hue angle of 128.82º 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 #0FDB2D is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 45 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.14 |
| HSL | 128.82º | 0.87% | 0.46% | - |
| HSV(B) | 128.82º | 0.93% | 0.86% | - |
| XYZ | 26 | 50.95 | 10.95 | - |
| YUV | 138.17 | 75.41 | 40.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 45 | 0.93 | 0 | 0.79 | 0.14 | 128.82 | 0.87 | 0.46 |
| Hex | F | DB | 2D | 5D | 0 | 4F | E | 81 | 57 | 2E |
| Octal | 17 | 333 | 55 | 135 | 0 | 117 | 16 | 201 | 127 | 56 |
| Binary | 1111 | 11011011 | 101101 | 1011101 | 0 | 1001111 | 1110 | 10000001 | 1010111 | 101110 |
Color Harmonies of #0FDB2D
Complementary color
Monochromatic Colors of #0FDB2D
Black with #0FDB2D
Text Example
Text Example
White with #0FDB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDB2D; }
p { color: rgb(15,219,45); }
H1.HeaderClassName
{
color: #0FDB2D;
}
.AnyTagClassName
{
color: #0FDB2D;
}
</style>
background-color css
<style>
a { background-color: #0FDB2D; }
a { background-color: rgb(15,219,45); }
div.DivClassName
{
background-color: #0FDB2D;
}
.BgClassName
{
background-color: #0FDB2D;
}
</style>
border-color css
<style>
span { border-color: #0FDB2D; }
span { border-color: rgb(15,219,45); }
td.TdClassName
{
border-color: #0FDB2D;
}
.TagClassName
{
border-color: #0FDB2D;
}
</style>