Shades of Dark Pastel Green #0BB92F
Tints of Dark Pastel Green #0BB92F
RGB
CMYK
RGB Variations
Color information
#0BB92F (or 0x0BB92F) is known color: Dark Pastel Green. HEX triplet: 0B, B9 and 2F. RGB value is (11,185,47). Sum of RGB (Red+Green+Blue) = 11+185+47=243 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.53% from 243); Green value is 185 (72.66% from 255 or 76.13% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB92F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB92F is #F446D0. Grayscale: #757575. Windows color (decimal): -16008913 or 3127563. OLE color: 3127563.
HSL color Cylindrical-coordinate representation of color #0BB92F: hue angle of 132.41º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB92F is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 185 | 47 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.27 |
| HSL | 132.41º | 0.89% | 0.38% | - |
| HSV(B) | 132.41º | 0.94% | 0.73% | - |
| XYZ | 18 | 34.97 | 8.49 | - |
| YUV | 117.24 | 88.35 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 185 | 47 | 0.94 | 0 | 0.75 | 0.27 | 132.41 | 0.89 | 0.38 |
| Hex | B | B9 | 2F | 5E | 0 | 4B | 1B | 84 | 59 | 26 |
| Octal | 13 | 271 | 57 | 136 | 0 | 113 | 33 | 204 | 131 | 46 |
| Binary | 1011 | 10111001 | 101111 | 1011110 | 0 | 1001011 | 11011 | 10000100 | 1011001 | 100110 |
Color Harmonies of #0BB92F
Complementary color
Monochromatic Colors of #0BB92F
Black with #0BB92F
Text Example
Text Example
White with #0BB92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB92F; }
p { color: rgb(11,185,47); }
H1.HeaderClassName
{
color: #0BB92F;
}
.AnyTagClassName
{
color: #0BB92F;
}
</style>
background-color css
<style>
a { background-color: #0BB92F; }
a { background-color: rgb(11,185,47); }
div.DivClassName
{
background-color: #0BB92F;
}
.BgClassName
{
background-color: #0BB92F;
}
</style>
border-color css
<style>
span { border-color: #0BB92F; }
span { border-color: rgb(11,185,47); }
td.TdClassName
{
border-color: #0BB92F;
}
.TagClassName
{
border-color: #0BB92F;
}
</style>