Shades of Dark Pastel Green #0FC038
Tints of Dark Pastel Green #0FC038
RGB
CMYK
RGB Variations
Color information
#0FC038 (or 0x0FC038) is known color: Dark Pastel Green. HEX triplet: 0F, C0 and 38. RGB value is (15,192,56). Sum of RGB (Red+Green+Blue) = 15+192+56=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 192 (75.39% from 255 or 73.00% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC038 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC038 is #F03FC7. Grayscale: #7B7B7B. Windows color (decimal): -15744968 or 3719183. OLE color: 3719183.
HSL color Cylindrical-coordinate representation of color #0FC038: hue angle of 133.9º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC038 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 56 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.25 |
| HSL | 133.9º | 0.86% | 0.41% | - |
| HSV(B) | 133.9º | 0.92% | 0.75% | - |
| XYZ | 19.76 | 38.09 | 10.05 | - |
| YUV | 123.57 | 89.86 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 56 | 0.92 | 0 | 0.71 | 0.25 | 133.9 | 0.86 | 0.41 |
| Hex | F | C0 | 38 | 5C | 0 | 47 | 19 | 86 | 56 | 29 |
| Octal | 17 | 300 | 70 | 134 | 0 | 107 | 31 | 206 | 126 | 51 |
| Binary | 1111 | 11000000 | 111000 | 1011100 | 0 | 1000111 | 11001 | 10000110 | 1010110 | 101001 |
Color Harmonies of #0FC038
Complementary color
Monochromatic Colors of #0FC038
Black with #0FC038
Text Example
Text Example
White with #0FC038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC038; }
p { color: rgb(15,192,56); }
H1.HeaderClassName
{
color: #0FC038;
}
.AnyTagClassName
{
color: #0FC038;
}
</style>
background-color css
<style>
a { background-color: #0FC038; }
a { background-color: rgb(15,192,56); }
div.DivClassName
{
background-color: #0FC038;
}
.BgClassName
{
background-color: #0FC038;
}
</style>
border-color css
<style>
span { border-color: #0FC038; }
span { border-color: rgb(15,192,56); }
td.TdClassName
{
border-color: #0FC038;
}
.TagClassName
{
border-color: #0FC038;
}
</style>