Shades of Dark Pastel Green #0FA32F
Tints of Dark Pastel Green #0FA32F
RGB
CMYK
RGB Variations
Color information
#0FA32F (or 0x0FA32F) is known color: Dark Pastel Green. HEX triplet: 0F, A3 and 2F. RGB value is (15,163,47). Sum of RGB (Red+Green+Blue) = 15+163+47=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 163 (64.06% from 255 or 72.44% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA32F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA32F is #F05CD0. Grayscale: #696969. Windows color (decimal): -15752401 or 3121935. OLE color: 3121935.
HSL color Cylindrical-coordinate representation of color #0FA32F: hue angle of 132.97º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA32F is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 163 | 47 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.36 |
| HSL | 132.97º | 0.83% | 0.35% | - |
| HSV(B) | 132.97º | 0.91% | 0.64% | - |
| XYZ | 13.81 | 26.5 | 7.08 | - |
| YUV | 105.52 | 94.97 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 163 | 47 | 0.91 | 0 | 0.71 | 0.36 | 132.97 | 0.83 | 0.35 |
| Hex | F | A3 | 2F | 5B | 0 | 47 | 24 | 85 | 53 | 23 |
| Octal | 17 | 243 | 57 | 133 | 0 | 107 | 44 | 205 | 123 | 43 |
| Binary | 1111 | 10100011 | 101111 | 1011011 | 0 | 1000111 | 100100 | 10000101 | 1010011 | 100011 |
Color Harmonies of #0FA32F
Complementary color
Monochromatic Colors of #0FA32F
Black with #0FA32F
Text Example
Text Example
White with #0FA32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA32F; }
p { color: rgb(15,163,47); }
H1.HeaderClassName
{
color: #0FA32F;
}
.AnyTagClassName
{
color: #0FA32F;
}
</style>
background-color css
<style>
a { background-color: #0FA32F; }
a { background-color: rgb(15,163,47); }
div.DivClassName
{
background-color: #0FA32F;
}
.BgClassName
{
background-color: #0FA32F;
}
</style>
border-color css
<style>
span { border-color: #0FA32F; }
span { border-color: rgb(15,163,47); }
td.TdClassName
{
border-color: #0FA32F;
}
.TagClassName
{
border-color: #0FA32F;
}
</style>