Shades of Dark Pastel Green #0FBB44
Tints of Dark Pastel Green #0FBB44
RGB
CMYK
RGB Variations
Color information
#0FBB44 (or 0x0FBB44) is known color: Dark Pastel Green. HEX triplet: 0F, BB and 44. RGB value is (15,187,68). Sum of RGB (Red+Green+Blue) = 15+187+68=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 187 (73.44% from 255 or 69.26% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 187 - color contains mainly: green. Hex color #0FBB44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FBB44 is #F044BB. Grayscale: #7A7A7A. Windows color (decimal): -15746236 or 4504335. OLE color: 4504335.
HSL color Cylindrical-coordinate representation of color #0FBB44: hue angle of 138.49º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBB44 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 187 | 68 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.27 |
| HSL | 138.49º | 0.85% | 0.4% | - |
| HSV(B) | 138.49º | 0.92% | 0.73% | - |
| XYZ | 19.01 | 36.06 | 11.43 | - |
| YUV | 122.01 | 97.52 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 187 | 68 | 0.92 | 0 | 0.64 | 0.27 | 138.49 | 0.85 | 0.4 |
| Hex | F | BB | 44 | 5C | 0 | 40 | 1B | 8A | 55 | 28 |
| Octal | 17 | 273 | 104 | 134 | 0 | 100 | 33 | 212 | 125 | 50 |
| Binary | 1111 | 10111011 | 1000100 | 1011100 | 0 | 1000000 | 11011 | 10001010 | 1010101 | 101000 |
Color Harmonies of #0FBB44
Complementary color
Monochromatic Colors of #0FBB44
Black with #0FBB44
Text Example
Text Example
White with #0FBB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBB44; }
p { color: rgb(15,187,68); }
H1.HeaderClassName
{
color: #0FBB44;
}
.AnyTagClassName
{
color: #0FBB44;
}
</style>
background-color css
<style>
a { background-color: #0FBB44; }
a { background-color: rgb(15,187,68); }
div.DivClassName
{
background-color: #0FBB44;
}
.BgClassName
{
background-color: #0FBB44;
}
</style>
border-color css
<style>
span { border-color: #0FBB44; }
span { border-color: rgb(15,187,68); }
td.TdClassName
{
border-color: #0FBB44;
}
.TagClassName
{
border-color: #0FBB44;
}
</style>