Shades of Dark Pastel Green #0FAF2F
Tints of Dark Pastel Green #0FAF2F
RGB
CMYK
RGB Variations
Color information
#0FAF2F (or 0x0FAF2F) is known color: Dark Pastel Green. HEX triplet: 0F, AF and 2F. RGB value is (15,175,47). Sum of RGB (Red+Green+Blue) = 15+175+47=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 175 (68.75% from 255 or 73.84% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAF2F is #F050D0. Grayscale: #707070. Windows color (decimal): -15749329 or 3125007. OLE color: 3125007.
HSL color Cylindrical-coordinate representation of color #0FAF2F: hue angle of 132º 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 #0FAF2F is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 47 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.31 |
| HSL | 132º | 0.84% | 0.37% | - |
| HSV(B) | 132º | 0.91% | 0.69% | - |
| XYZ | 16.04 | 30.97 | 7.82 | - |
| YUV | 112.57 | 90.99 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 47 | 0.91 | 0 | 0.73 | 0.31 | 132 | 0.84 | 0.37 |
| Hex | F | AF | 2F | 5B | 0 | 49 | 1F | 84 | 54 | 25 |
| Octal | 17 | 257 | 57 | 133 | 0 | 111 | 37 | 204 | 124 | 45 |
| Binary | 1111 | 10101111 | 101111 | 1011011 | 0 | 1001001 | 11111 | 10000100 | 1010100 | 100101 |
Color Harmonies of #0FAF2F
Complementary color
Monochromatic Colors of #0FAF2F
Black with #0FAF2F
Text Example
Text Example
White with #0FAF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF2F; }
p { color: rgb(15,175,47); }
H1.HeaderClassName
{
color: #0FAF2F;
}
.AnyTagClassName
{
color: #0FAF2F;
}
</style>
background-color css
<style>
a { background-color: #0FAF2F; }
a { background-color: rgb(15,175,47); }
div.DivClassName
{
background-color: #0FAF2F;
}
.BgClassName
{
background-color: #0FAF2F;
}
</style>
border-color css
<style>
span { border-color: #0FAF2F; }
span { border-color: rgb(15,175,47); }
td.TdClassName
{
border-color: #0FAF2F;
}
.TagClassName
{
border-color: #0FAF2F;
}
</style>