Shades of Dark Pastel Green #0FB447
Tints of Dark Pastel Green #0FB447
RGB
CMYK
RGB Variations
Color information
#0FB447 (or 0x0FB447) is known color: Dark Pastel Green. HEX triplet: 0F, B4 and 47. RGB value is (15,180,71). Sum of RGB (Red+Green+Blue) = 15+180+71=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 180 (70.70% from 255 or 67.67% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB447 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB447 is #F04BB8. Grayscale: #767676. Windows color (decimal): -15748025 or 4699151. OLE color: 4699151.
HSL color Cylindrical-coordinate representation of color #0FB447: hue angle of 140.36º 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 #0FB447 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 71 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.29 |
| HSL | 140.36º | 0.85% | 0.38% | - |
| HSV(B) | 140.36º | 0.92% | 0.71% | - |
| XYZ | 17.66 | 33.2 | 11.44 | - |
| YUV | 118.24 | 101.34 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 71 | 0.92 | 0 | 0.61 | 0.29 | 140.36 | 0.85 | 0.38 |
| Hex | F | B4 | 47 | 5C | 0 | 3D | 1D | 8C | 55 | 26 |
| Octal | 17 | 264 | 107 | 134 | 0 | 75 | 35 | 214 | 125 | 46 |
| Binary | 1111 | 10110100 | 1000111 | 1011100 | 0 | 111101 | 11101 | 10001100 | 1010101 | 100110 |
Color Harmonies of #0FB447
Complementary color
Monochromatic Colors of #0FB447
Black with #0FB447
Text Example
Text Example
White with #0FB447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB447; }
p { color: rgb(15,180,71); }
H1.HeaderClassName
{
color: #0FB447;
}
.AnyTagClassName
{
color: #0FB447;
}
</style>
background-color css
<style>
a { background-color: #0FB447; }
a { background-color: rgb(15,180,71); }
div.DivClassName
{
background-color: #0FB447;
}
.BgClassName
{
background-color: #0FB447;
}
</style>
border-color css
<style>
span { border-color: #0FB447; }
span { border-color: rgb(15,180,71); }
td.TdClassName
{
border-color: #0FB447;
}
.TagClassName
{
border-color: #0FB447;
}
</style>