Shades of Dark Pastel Green #0FB42D
Tints of Dark Pastel Green #0FB42D
RGB
CMYK
RGB Variations
Color information
#0FB42D (or 0x0FB42D) is known color: Dark Pastel Green. HEX triplet: 0F, B4 and 2D. RGB value is (15,180,45). Sum of RGB (Red+Green+Blue) = 15+180+45=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 180 (70.70% from 255 or 75% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB42D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB42D is #F04BD2. Grayscale: #737373. Windows color (decimal): -15748051 or 2995215. OLE color: 2995215.
HSL color Cylindrical-coordinate representation of color #0FB42D: hue angle of 130.91º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB42D is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 45 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.29 |
| HSL | 130.91º | 0.85% | 0.38% | - |
| HSV(B) | 130.91º | 0.92% | 0.71% | - |
| XYZ | 16.99 | 32.93 | 7.94 | - |
| YUV | 115.28 | 88.34 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 45 | 0.92 | 0 | 0.75 | 0.29 | 130.91 | 0.85 | 0.38 |
| Hex | F | B4 | 2D | 5C | 0 | 4B | 1D | 83 | 55 | 26 |
| Octal | 17 | 264 | 55 | 134 | 0 | 113 | 35 | 203 | 125 | 46 |
| Binary | 1111 | 10110100 | 101101 | 1011100 | 0 | 1001011 | 11101 | 10000011 | 1010101 | 100110 |
Color Harmonies of #0FB42D
Complementary color
Monochromatic Colors of #0FB42D
Black with #0FB42D
Text Example
Text Example
White with #0FB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB42D; }
p { color: rgb(15,180,45); }
H1.HeaderClassName
{
color: #0FB42D;
}
.AnyTagClassName
{
color: #0FB42D;
}
</style>
background-color css
<style>
a { background-color: #0FB42D; }
a { background-color: rgb(15,180,45); }
div.DivClassName
{
background-color: #0FB42D;
}
.BgClassName
{
background-color: #0FB42D;
}
</style>
border-color css
<style>
span { border-color: #0FB42D; }
span { border-color: rgb(15,180,45); }
td.TdClassName
{
border-color: #0FB42D;
}
.TagClassName
{
border-color: #0FB42D;
}
</style>