Shades of Dark Pastel Green #0FC730
Tints of Dark Pastel Green #0FC730
RGB
CMYK
RGB Variations
Color information
#0FC730 (or 0x0FC730) is known color: Dark Pastel Green. HEX triplet: 0F, C7 and 30. RGB value is (15,199,48). Sum of RGB (Red+Green+Blue) = 15+199+48=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 199 (78.12% from 255 or 75.95% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC730 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC730 is #F038CF. Grayscale: #7F7F7F. Windows color (decimal): -15743184 or 3196687. OLE color: 3196687.
HSL color Cylindrical-coordinate representation of color #0FC730: hue angle of 130.76º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC730 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 199 | 48 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.22 |
| HSL | 130.76º | 0.86% | 0.42% | - |
| HSV(B) | 130.76º | 0.92% | 0.78% | - |
| XYZ | 21.15 | 41.16 | 9.63 | - |
| YUV | 126.77 | 83.54 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 199 | 48 | 0.92 | 0 | 0.76 | 0.22 | 130.76 | 0.86 | 0.42 |
| Hex | F | C7 | 30 | 5C | 0 | 4C | 16 | 83 | 56 | 2A |
| Octal | 17 | 307 | 60 | 134 | 0 | 114 | 26 | 203 | 126 | 52 |
| Binary | 1111 | 11000111 | 110000 | 1011100 | 0 | 1001100 | 10110 | 10000011 | 1010110 | 101010 |
Color Harmonies of #0FC730
Complementary color
Monochromatic Colors of #0FC730
Black with #0FC730
Text Example
Text Example
White with #0FC730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC730; }
p { color: rgb(15,199,48); }
H1.HeaderClassName
{
color: #0FC730;
}
.AnyTagClassName
{
color: #0FC730;
}
</style>
background-color css
<style>
a { background-color: #0FC730; }
a { background-color: rgb(15,199,48); }
div.DivClassName
{
background-color: #0FC730;
}
.BgClassName
{
background-color: #0FC730;
}
</style>
border-color css
<style>
span { border-color: #0FC730; }
span { border-color: rgb(15,199,48); }
td.TdClassName
{
border-color: #0FC730;
}
.TagClassName
{
border-color: #0FC730;
}
</style>