Shades of Dark Pastel Green #0FCF2D
Tints of Dark Pastel Green #0FCF2D
RGB
CMYK
RGB Variations
Color information
#0FCF2D (or 0x0FCF2D) is known color: Dark Pastel Green. HEX triplet: 0F, CF and 2D. RGB value is (15,207,45). Sum of RGB (Red+Green+Blue) = 15+207+45=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 207 (81.25% from 255 or 77.53% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCF2D is #F030D2. Grayscale: #838383. Windows color (decimal): -15741139 or 3002127. OLE color: 3002127.
HSL color Cylindrical-coordinate representation of color #0FCF2D: hue angle of 129.38º 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 #0FCF2D is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 45 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.19 |
| HSL | 129.38º | 0.86% | 0.44% | - |
| HSV(B) | 129.38º | 0.93% | 0.81% | - |
| XYZ | 22.98 | 44.92 | 9.94 | - |
| YUV | 131.12 | 79.39 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 45 | 0.93 | 0 | 0.78 | 0.19 | 129.38 | 0.86 | 0.44 |
| Hex | F | CF | 2D | 5D | 0 | 4E | 13 | 81 | 56 | 2C |
| Octal | 17 | 317 | 55 | 135 | 0 | 116 | 23 | 201 | 126 | 54 |
| Binary | 1111 | 11001111 | 101101 | 1011101 | 0 | 1001110 | 10011 | 10000001 | 1010110 | 101100 |
Color Harmonies of #0FCF2D
Complementary color
Monochromatic Colors of #0FCF2D
Black with #0FCF2D
Text Example
Text Example
White with #0FCF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF2D; }
p { color: rgb(15,207,45); }
H1.HeaderClassName
{
color: #0FCF2D;
}
.AnyTagClassName
{
color: #0FCF2D;
}
</style>
background-color css
<style>
a { background-color: #0FCF2D; }
a { background-color: rgb(15,207,45); }
div.DivClassName
{
background-color: #0FCF2D;
}
.BgClassName
{
background-color: #0FCF2D;
}
</style>
border-color css
<style>
span { border-color: #0FCF2D; }
span { border-color: rgb(15,207,45); }
td.TdClassName
{
border-color: #0FCF2D;
}
.TagClassName
{
border-color: #0FCF2D;
}
</style>