Shades of Dark Pastel Green #0BC01B
Tints of Dark Pastel Green #0BC01B
RGB
CMYK
RGB Variations
Color information
#0BC01B (or 0x0BC01B) is known color: Dark Pastel Green. HEX triplet: 0B, C0 and 1B. RGB value is (11,192,27). Sum of RGB (Red+Green+Blue) = 11+192+27=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 192 (75.39% from 255 or 83.48% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC01B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC01B is #F43FE4. Grayscale: #777777. Windows color (decimal): -16007141 or 1818635. OLE color: 1818635.
HSL color Cylindrical-coordinate representation of color #0BC01B: hue angle of 125.3º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC01B is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 27 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.25 |
| HSL | 125.3º | 0.89% | 0.4% | - |
| HSV(B) | 125.3º | 0.94% | 0.75% | - |
| XYZ | 19.19 | 37.85 | 7.33 | - |
| YUV | 119.07 | 76.03 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 27 | 0.94 | 0 | 0.86 | 0.25 | 125.3 | 0.89 | 0.4 |
| Hex | B | C0 | 1B | 5E | 0 | 56 | 19 | 7D | 59 | 28 |
| Octal | 13 | 300 | 33 | 136 | 0 | 126 | 31 | 175 | 131 | 50 |
| Binary | 1011 | 11000000 | 11011 | 1011110 | 0 | 1010110 | 11001 | 1111101 | 1011001 | 101000 |
Color Harmonies of #0BC01B
Complementary color
Monochromatic Colors of #0BC01B
Black with #0BC01B
Text Example
Text Example
White with #0BC01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC01B; }
p { color: rgb(11,192,27); }
H1.HeaderClassName
{
color: #0BC01B;
}
.AnyTagClassName
{
color: #0BC01B;
}
</style>
background-color css
<style>
a { background-color: #0BC01B; }
a { background-color: rgb(11,192,27); }
div.DivClassName
{
background-color: #0BC01B;
}
.BgClassName
{
background-color: #0BC01B;
}
</style>
border-color css
<style>
span { border-color: #0BC01B; }
span { border-color: rgb(11,192,27); }
td.TdClassName
{
border-color: #0BC01B;
}
.TagClassName
{
border-color: #0BC01B;
}
</style>