Shades of Dark Pastel Green #0FDB2F
Tints of Dark Pastel Green #0FDB2F
RGB
CMYK
RGB Variations
Color information
#0FDB2F (or 0x0FDB2F) is known color: Dark Pastel Green. HEX triplet: 0F, DB and 2F. RGB value is (15,219,47). Sum of RGB (Red+Green+Blue) = 15+219+47=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 219 (85.94% from 255 or 77.94% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDB2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDB2F is #F024D0. Grayscale: #8A8A8A. Windows color (decimal): -15738065 or 3136271. OLE color: 3136271.
HSL color Cylindrical-coordinate representation of color #0FDB2F: hue angle of 129.41º 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 #0FDB2F is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 219 | 47 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.14 |
| HSL | 129.41º | 0.87% | 0.46% | - |
| HSV(B) | 129.41º | 0.93% | 0.86% | - |
| XYZ | 26.04 | 50.97 | 11.15 | - |
| YUV | 138.4 | 76.41 | 39.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 47 | 0.93 | 0 | 0.79 | 0.14 | 129.41 | 0.87 | 0.46 |
| Hex | F | DB | 2F | 5D | 0 | 4F | E | 81 | 57 | 2E |
| Octal | 17 | 333 | 57 | 135 | 0 | 117 | 16 | 201 | 127 | 56 |
| Binary | 1111 | 11011011 | 101111 | 1011101 | 0 | 1001111 | 1110 | 10000001 | 1010111 | 101110 |
Color Harmonies of #0FDB2F
Complementary color
Monochromatic Colors of #0FDB2F
Black with #0FDB2F
Text Example
Text Example
White with #0FDB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDB2F; }
p { color: rgb(15,219,47); }
H1.HeaderClassName
{
color: #0FDB2F;
}
.AnyTagClassName
{
color: #0FDB2F;
}
</style>
background-color css
<style>
a { background-color: #0FDB2F; }
a { background-color: rgb(15,219,47); }
div.DivClassName
{
background-color: #0FDB2F;
}
.BgClassName
{
background-color: #0FDB2F;
}
</style>
border-color css
<style>
span { border-color: #0FDB2F; }
span { border-color: rgb(15,219,47); }
td.TdClassName
{
border-color: #0FDB2F;
}
.TagClassName
{
border-color: #0FDB2F;
}
</style>