Shades of Dark Pastel Green #0BBC3C
Tints of Dark Pastel Green #0BBC3C
RGB
CMYK
RGB Variations
Color information
#0BBC3C (or 0x0BBC3C) is known color: Dark Pastel Green. HEX triplet: 0B, BC and 3C. RGB value is (11,188,60). Sum of RGB (Red+Green+Blue) = 11+188+60=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 188 (73.83% from 255 or 72.59% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BBC3C is #F443C3. Grayscale: #787878. Windows color (decimal): -16008132 or 3980299. OLE color: 3980299.
HSL color Cylindrical-coordinate representation of color #0BBC3C: hue angle of 136.61º 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 #0BBC3C is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 188 | 60 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.26 |
| HSL | 136.61º | 0.89% | 0.39% | - |
| HSV(B) | 136.61º | 0.94% | 0.74% | - |
| XYZ | 18.94 | 36.36 | 10.3 | - |
| YUV | 120.49 | 93.86 | 49.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 60 | 0.94 | 0 | 0.68 | 0.26 | 136.61 | 0.89 | 0.39 |
| Hex | B | BC | 3C | 5E | 0 | 44 | 1A | 89 | 59 | 27 |
| Octal | 13 | 274 | 74 | 136 | 0 | 104 | 32 | 211 | 131 | 47 |
| Binary | 1011 | 10111100 | 111100 | 1011110 | 0 | 1000100 | 11010 | 10001001 | 1011001 | 100111 |
Color Harmonies of #0BBC3C
Complementary color
Monochromatic Colors of #0BBC3C
Black with #0BBC3C
Text Example
Text Example
White with #0BBC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBC3C; }
p { color: rgb(11,188,60); }
H1.HeaderClassName
{
color: #0BBC3C;
}
.AnyTagClassName
{
color: #0BBC3C;
}
</style>
background-color css
<style>
a { background-color: #0BBC3C; }
a { background-color: rgb(11,188,60); }
div.DivClassName
{
background-color: #0BBC3C;
}
.BgClassName
{
background-color: #0BBC3C;
}
</style>
border-color css
<style>
span { border-color: #0BBC3C; }
span { border-color: rgb(11,188,60); }
td.TdClassName
{
border-color: #0BBC3C;
}
.TagClassName
{
border-color: #0BBC3C;
}
</style>