Shades of Dark Pastel Green #0FCF2B
Tints of Dark Pastel Green #0FCF2B
RGB
CMYK
RGB Variations
Color information
#0FCF2B (or 0x0FCF2B) is known color: Dark Pastel Green. HEX triplet: 0F, CF and 2B. RGB value is (15,207,43). Sum of RGB (Red+Green+Blue) = 15+207+43=265 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.66% from 265); Green value is 207 (81.25% from 255 or 78.11% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCF2B is #F030D4. Grayscale: #838383. Windows color (decimal): -15741141 or 2871055. OLE color: 2871055.
HSL color Cylindrical-coordinate representation of color #0FCF2B: hue angle of 128.75º 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 #0FCF2B is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 43 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.19 |
| HSL | 128.75º | 0.86% | 0.44% | - |
| HSV(B) | 128.75º | 0.93% | 0.81% | - |
| XYZ | 22.95 | 44.9 | 9.74 | - |
| YUV | 130.9 | 78.39 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 43 | 0.93 | 0 | 0.79 | 0.19 | 128.75 | 0.86 | 0.44 |
| Hex | F | CF | 2B | 5D | 0 | 4F | 13 | 81 | 56 | 2C |
| Octal | 17 | 317 | 53 | 135 | 0 | 117 | 23 | 201 | 126 | 54 |
| Binary | 1111 | 11001111 | 101011 | 1011101 | 0 | 1001111 | 10011 | 10000001 | 1010110 | 101100 |
Color Harmonies of #0FCF2B
Complementary color
Monochromatic Colors of #0FCF2B
Black with #0FCF2B
Text Example
Text Example
White with #0FCF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF2B; }
p { color: rgb(15,207,43); }
H1.HeaderClassName
{
color: #0FCF2B;
}
.AnyTagClassName
{
color: #0FCF2B;
}
</style>
background-color css
<style>
a { background-color: #0FCF2B; }
a { background-color: rgb(15,207,43); }
div.DivClassName
{
background-color: #0FCF2B;
}
.BgClassName
{
background-color: #0FCF2B;
}
</style>
border-color css
<style>
span { border-color: #0FCF2B; }
span { border-color: rgb(15,207,43); }
td.TdClassName
{
border-color: #0FCF2B;
}
.TagClassName
{
border-color: #0FCF2B;
}
</style>