Shades of Dark Pastel Green #0FAF2C
Tints of Dark Pastel Green #0FAF2C
RGB
CMYK
RGB Variations
Color information
#0FAF2C (or 0x0FAF2C) is known color: Dark Pastel Green. HEX triplet: 0F, AF and 2C. RGB value is (15,175,44). Sum of RGB (Red+Green+Blue) = 15+175+44=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 175 (68.75% from 255 or 74.79% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAF2C is #F050D3. Grayscale: #707070. Windows color (decimal): -15749332 or 2928399. OLE color: 2928399.
HSL color Cylindrical-coordinate representation of color #0FAF2C: hue angle of 130.88º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAF2C is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 44 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.31 |
| HSL | 130.88º | 0.84% | 0.37% | - |
| HSV(B) | 130.88º | 0.91% | 0.69% | - |
| XYZ | 15.98 | 30.94 | 7.51 | - |
| YUV | 112.23 | 89.49 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 44 | 0.91 | 0 | 0.75 | 0.31 | 130.88 | 0.84 | 0.37 |
| Hex | F | AF | 2C | 5B | 0 | 4B | 1F | 83 | 54 | 25 |
| Octal | 17 | 257 | 54 | 133 | 0 | 113 | 37 | 203 | 124 | 45 |
| Binary | 1111 | 10101111 | 101100 | 1011011 | 0 | 1001011 | 11111 | 10000011 | 1010100 | 100101 |
Color Harmonies of #0FAF2C
Complementary color
Monochromatic Colors of #0FAF2C
Black with #0FAF2C
Text Example
Text Example
White with #0FAF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF2C; }
p { color: rgb(15,175,44); }
H1.HeaderClassName
{
color: #0FAF2C;
}
.AnyTagClassName
{
color: #0FAF2C;
}
</style>
background-color css
<style>
a { background-color: #0FAF2C; }
a { background-color: rgb(15,175,44); }
div.DivClassName
{
background-color: #0FAF2C;
}
.BgClassName
{
background-color: #0FAF2C;
}
</style>
border-color css
<style>
span { border-color: #0FAF2C; }
span { border-color: rgb(15,175,44); }
td.TdClassName
{
border-color: #0FAF2C;
}
.TagClassName
{
border-color: #0FAF2C;
}
</style>