Shades of Dark Pastel Green #0FB42B
Tints of Dark Pastel Green #0FB42B
RGB
CMYK
RGB Variations
Color information
#0FB42B (or 0x0FB42B) is known color: Dark Pastel Green. HEX triplet: 0F, B4 and 2B. RGB value is (15,180,43). Sum of RGB (Red+Green+Blue) = 15+180+43=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 180 (70.70% from 255 or 75.63% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB42B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB42B is #F04BD4. Grayscale: #737373. Windows color (decimal): -15748053 or 2864143. OLE color: 2864143.
HSL color Cylindrical-coordinate representation of color #0FB42B: hue angle of 130.18º 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 #0FB42B is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 43 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.29 |
| HSL | 130.18º | 0.85% | 0.38% | - |
| HSV(B) | 130.18º | 0.92% | 0.71% | - |
| XYZ | 16.95 | 32.92 | 7.75 | - |
| YUV | 115.05 | 87.34 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 43 | 0.92 | 0 | 0.76 | 0.29 | 130.18 | 0.85 | 0.38 |
| Hex | F | B4 | 2B | 5C | 0 | 4C | 1D | 82 | 55 | 26 |
| Octal | 17 | 264 | 53 | 134 | 0 | 114 | 35 | 202 | 125 | 46 |
| Binary | 1111 | 10110100 | 101011 | 1011100 | 0 | 1001100 | 11101 | 10000010 | 1010101 | 100110 |
Color Harmonies of #0FB42B
Complementary color
Monochromatic Colors of #0FB42B
Black with #0FB42B
Text Example
Text Example
White with #0FB42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB42B; }
p { color: rgb(15,180,43); }
H1.HeaderClassName
{
color: #0FB42B;
}
.AnyTagClassName
{
color: #0FB42B;
}
</style>
background-color css
<style>
a { background-color: #0FB42B; }
a { background-color: rgb(15,180,43); }
div.DivClassName
{
background-color: #0FB42B;
}
.BgClassName
{
background-color: #0FB42B;
}
</style>
border-color css
<style>
span { border-color: #0FB42B; }
span { border-color: rgb(15,180,43); }
td.TdClassName
{
border-color: #0FB42B;
}
.TagClassName
{
border-color: #0FB42B;
}
</style>