Shades of Dark Pastel Green #0BBC3E
Tints of Dark Pastel Green #0BBC3E
RGB
CMYK
RGB Variations
Color information
#0BBC3E (or 0x0BBC3E) is known color: Dark Pastel Green. HEX triplet: 0B, BC and 3E. RGB value is (11,188,62). Sum of RGB (Red+Green+Blue) = 11+188+62=261 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.21% from 261); Green value is 188 (73.83% from 255 or 72.03% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBC3E is #F443C1. Grayscale: #797979. Windows color (decimal): -16008130 or 4111371. OLE color: 4111371.
HSL color Cylindrical-coordinate representation of color #0BBC3E: hue angle of 137.29º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBC3E is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 188 | 62 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.26 |
| HSL | 137.29º | 0.89% | 0.39% | - |
| HSV(B) | 137.29º | 0.94% | 0.74% | - |
| XYZ | 18.99 | 36.39 | 10.58 | - |
| YUV | 120.71 | 94.86 | 49.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 62 | 0.94 | 0 | 0.67 | 0.26 | 137.29 | 0.89 | 0.39 |
| Hex | B | BC | 3E | 5E | 0 | 43 | 1A | 89 | 59 | 27 |
| Octal | 13 | 274 | 76 | 136 | 0 | 103 | 32 | 211 | 131 | 47 |
| Binary | 1011 | 10111100 | 111110 | 1011110 | 0 | 1000011 | 11010 | 10001001 | 1011001 | 100111 |
Color Harmonies of #0BBC3E
Complementary color
Monochromatic Colors of #0BBC3E
Black with #0BBC3E
Text Example
Text Example
White with #0BBC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBC3E; }
p { color: rgb(11,188,62); }
H1.HeaderClassName
{
color: #0BBC3E;
}
.AnyTagClassName
{
color: #0BBC3E;
}
</style>
background-color css
<style>
a { background-color: #0BBC3E; }
a { background-color: rgb(11,188,62); }
div.DivClassName
{
background-color: #0BBC3E;
}
.BgClassName
{
background-color: #0BBC3E;
}
</style>
border-color css
<style>
span { border-color: #0BBC3E; }
span { border-color: rgb(11,188,62); }
td.TdClassName
{
border-color: #0BBC3E;
}
.TagClassName
{
border-color: #0BBC3E;
}
</style>