Shades of Dark Pastel Green #0FB429
Tints of Dark Pastel Green #0FB429
RGB
CMYK
RGB Variations
Color information
#0FB429 (or 0x0FB429) is known color: Dark Pastel Green. HEX triplet: 0F, B4 and 29. RGB value is (15,180,41). Sum of RGB (Red+Green+Blue) = 15+180+41=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 180 (70.70% from 255 or 76.27% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB429 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB429 is #F04BD6. Grayscale: #737373. Windows color (decimal): -15748055 or 2733071. OLE color: 2733071.
HSL color Cylindrical-coordinate representation of color #0FB429: hue angle of 129.45º 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 #0FB429 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 41 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.29 |
| HSL | 129.45º | 0.85% | 0.38% | - |
| HSV(B) | 129.45º | 0.92% | 0.71% | - |
| XYZ | 16.92 | 32.9 | 7.56 | - |
| YUV | 114.82 | 86.34 | 56.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 41 | 0.92 | 0 | 0.77 | 0.29 | 129.45 | 0.85 | 0.38 |
| Hex | F | B4 | 29 | 5C | 0 | 4D | 1D | 81 | 55 | 26 |
| Octal | 17 | 264 | 51 | 134 | 0 | 115 | 35 | 201 | 125 | 46 |
| Binary | 1111 | 10110100 | 101001 | 1011100 | 0 | 1001101 | 11101 | 10000001 | 1010101 | 100110 |
Color Harmonies of #0FB429
Complementary color
Monochromatic Colors of #0FB429
Black with #0FB429
Text Example
Text Example
White with #0FB429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB429; }
p { color: rgb(15,180,41); }
H1.HeaderClassName
{
color: #0FB429;
}
.AnyTagClassName
{
color: #0FB429;
}
</style>
background-color css
<style>
a { background-color: #0FB429; }
a { background-color: rgb(15,180,41); }
div.DivClassName
{
background-color: #0FB429;
}
.BgClassName
{
background-color: #0FB429;
}
</style>
border-color css
<style>
span { border-color: #0FB429; }
span { border-color: rgb(15,180,41); }
td.TdClassName
{
border-color: #0FB429;
}
.TagClassName
{
border-color: #0FB429;
}
</style>