Shades of Dark Pastel Green #0FCF2E
Tints of Dark Pastel Green #0FCF2E
RGB
CMYK
RGB Variations
Color information
#0FCF2E (or 0x0FCF2E) is known color: Dark Pastel Green. HEX triplet: 0F, CF and 2E. RGB value is (15,207,46). Sum of RGB (Red+Green+Blue) = 15+207+46=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 207 (81.25% from 255 or 77.24% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCF2E is #F030D1. Grayscale: #838383. Windows color (decimal): -15741138 or 3067663. OLE color: 3067663.
HSL color Cylindrical-coordinate representation of color #0FCF2E: hue angle of 129.69º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF2E is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 46 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.19 |
| HSL | 129.69º | 0.86% | 0.44% | - |
| HSV(B) | 129.69º | 0.93% | 0.81% | - |
| XYZ | 23 | 44.92 | 10.04 | - |
| YUV | 131.24 | 79.89 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 46 | 0.93 | 0 | 0.78 | 0.19 | 129.69 | 0.86 | 0.44 |
| Hex | F | CF | 2E | 5D | 0 | 4E | 13 | 82 | 56 | 2C |
| Octal | 17 | 317 | 56 | 135 | 0 | 116 | 23 | 202 | 126 | 54 |
| Binary | 1111 | 11001111 | 101110 | 1011101 | 0 | 1001110 | 10011 | 10000010 | 1010110 | 101100 |
Color Harmonies of #0FCF2E
Complementary color
Monochromatic Colors of #0FCF2E
Black with #0FCF2E
Text Example
Text Example
White with #0FCF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF2E; }
p { color: rgb(15,207,46); }
H1.HeaderClassName
{
color: #0FCF2E;
}
.AnyTagClassName
{
color: #0FCF2E;
}
</style>
background-color css
<style>
a { background-color: #0FCF2E; }
a { background-color: rgb(15,207,46); }
div.DivClassName
{
background-color: #0FCF2E;
}
.BgClassName
{
background-color: #0FCF2E;
}
</style>
border-color css
<style>
span { border-color: #0FCF2E; }
span { border-color: rgb(15,207,46); }
td.TdClassName
{
border-color: #0FCF2E;
}
.TagClassName
{
border-color: #0FCF2E;
}
</style>