Shades of Dark Pastel Green #0FB340
Tints of Dark Pastel Green #0FB340
RGB
CMYK
RGB Variations
Color information
#0FB340 (or 0x0FB340) is known color: Dark Pastel Green. HEX triplet: 0F, B3 and 40. RGB value is (15,179,64). Sum of RGB (Red+Green+Blue) = 15+179+64=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 179 (70.31% from 255 or 69.38% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB340 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB340 is #F04CBF. Grayscale: #757575. Windows color (decimal): -15748288 or 4240143. OLE color: 4240143.
HSL color Cylindrical-coordinate representation of color #0FB340: hue angle of 137.93º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB340 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 64 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.30 |
| HSL | 137.93º | 0.85% | 0.38% | - |
| HSV(B) | 137.93º | 0.92% | 0.7% | - |
| XYZ | 17.24 | 32.71 | 10.26 | - |
| YUV | 116.85 | 98.17 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 64 | 0.92 | 0 | 0.64 | 0.30 | 137.93 | 0.85 | 0.38 |
| Hex | F | B3 | 40 | 5C | 0 | 40 | 1E | 8A | 55 | 26 |
| Octal | 17 | 263 | 100 | 134 | 0 | 100 | 36 | 212 | 125 | 46 |
| Binary | 1111 | 10110011 | 1000000 | 1011100 | 0 | 1000000 | 11110 | 10001010 | 1010101 | 100110 |
Color Harmonies of #0FB340
Complementary color
Monochromatic Colors of #0FB340
Black with #0FB340
Text Example
Text Example
White with #0FB340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB340; }
p { color: rgb(15,179,64); }
H1.HeaderClassName
{
color: #0FB340;
}
.AnyTagClassName
{
color: #0FB340;
}
</style>
background-color css
<style>
a { background-color: #0FB340; }
a { background-color: rgb(15,179,64); }
div.DivClassName
{
background-color: #0FB340;
}
.BgClassName
{
background-color: #0FB340;
}
</style>
border-color css
<style>
span { border-color: #0FB340; }
span { border-color: rgb(15,179,64); }
td.TdClassName
{
border-color: #0FB340;
}
.TagClassName
{
border-color: #0FB340;
}
</style>