Shades of Dark Pastel Green #0FA32D
Tints of Dark Pastel Green #0FA32D
RGB
CMYK
RGB Variations
Color information
#0FA32D (or 0x0FA32D) is known color: Dark Pastel Green. HEX triplet: 0F, A3 and 2D. RGB value is (15,163,45). Sum of RGB (Red+Green+Blue) = 15+163+45=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 163 (64.06% from 255 or 73.09% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA32D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA32D is #F05CD2. Grayscale: #696969. Windows color (decimal): -15752403 or 2990863. OLE color: 2990863.
HSL color Cylindrical-coordinate representation of color #0FA32D: hue angle of 132.16º 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 #0FA32D is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 163 | 45 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.36 |
| HSL | 132.16º | 0.83% | 0.35% | - |
| HSV(B) | 132.16º | 0.91% | 0.64% | - |
| XYZ | 13.77 | 26.49 | 6.87 | - |
| YUV | 105.3 | 93.97 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 163 | 45 | 0.91 | 0 | 0.72 | 0.36 | 132.16 | 0.83 | 0.35 |
| Hex | F | A3 | 2D | 5B | 0 | 48 | 24 | 84 | 53 | 23 |
| Octal | 17 | 243 | 55 | 133 | 0 | 110 | 44 | 204 | 123 | 43 |
| Binary | 1111 | 10100011 | 101101 | 1011011 | 0 | 1001000 | 100100 | 10000100 | 1010011 | 100011 |
Color Harmonies of #0FA32D
Complementary color
Monochromatic Colors of #0FA32D
Black with #0FA32D
Text Example
Text Example
White with #0FA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA32D; }
p { color: rgb(15,163,45); }
H1.HeaderClassName
{
color: #0FA32D;
}
.AnyTagClassName
{
color: #0FA32D;
}
</style>
background-color css
<style>
a { background-color: #0FA32D; }
a { background-color: rgb(15,163,45); }
div.DivClassName
{
background-color: #0FA32D;
}
.BgClassName
{
background-color: #0FA32D;
}
</style>
border-color css
<style>
span { border-color: #0FA32D; }
span { border-color: rgb(15,163,45); }
td.TdClassName
{
border-color: #0FA32D;
}
.TagClassName
{
border-color: #0FA32D;
}
</style>