Shades of Dark Pastel Green #0FAF2B
Tints of Dark Pastel Green #0FAF2B
RGB
CMYK
RGB Variations
Color information
#0FAF2B (or 0x0FAF2B) is known color: Dark Pastel Green. HEX triplet: 0F, AF and 2B. RGB value is (15,175,43). Sum of RGB (Red+Green+Blue) = 15+175+43=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 175 (68.75% from 255 or 75.11% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAF2B is #F050D4. Grayscale: #707070. Windows color (decimal): -15749333 or 2862863. OLE color: 2862863.
HSL color Cylindrical-coordinate representation of color #0FAF2B: hue angle of 130.5º 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 #0FAF2B is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 43 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.31 |
| HSL | 130.5º | 0.84% | 0.37% | - |
| HSV(B) | 130.5º | 0.91% | 0.69% | - |
| XYZ | 15.96 | 30.94 | 7.42 | - |
| YUV | 112.11 | 88.99 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 43 | 0.91 | 0 | 0.75 | 0.31 | 130.5 | 0.84 | 0.37 |
| Hex | F | AF | 2B | 5B | 0 | 4B | 1F | 82 | 54 | 25 |
| Octal | 17 | 257 | 53 | 133 | 0 | 113 | 37 | 202 | 124 | 45 |
| Binary | 1111 | 10101111 | 101011 | 1011011 | 0 | 1001011 | 11111 | 10000010 | 1010100 | 100101 |
Color Harmonies of #0FAF2B
Complementary color
Monochromatic Colors of #0FAF2B
Black with #0FAF2B
Text Example
Text Example
White with #0FAF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF2B; }
p { color: rgb(15,175,43); }
H1.HeaderClassName
{
color: #0FAF2B;
}
.AnyTagClassName
{
color: #0FAF2B;
}
</style>
background-color css
<style>
a { background-color: #0FAF2B; }
a { background-color: rgb(15,175,43); }
div.DivClassName
{
background-color: #0FAF2B;
}
.BgClassName
{
background-color: #0FAF2B;
}
</style>
border-color css
<style>
span { border-color: #0FAF2B; }
span { border-color: rgb(15,175,43); }
td.TdClassName
{
border-color: #0FAF2B;
}
.TagClassName
{
border-color: #0FAF2B;
}
</style>