Shades of Dark Pastel Green #0BCB2C
Tints of Dark Pastel Green #0BCB2C
RGB
CMYK
RGB Variations
Color information
#0BCB2C (or 0x0BCB2C) is known color: Dark Pastel Green. HEX triplet: 0B, CB and 2C. RGB value is (11,203,44). Sum of RGB (Red+Green+Blue) = 11+203+44=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 203 (79.69% from 255 or 78.68% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCB2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCB2C is #F434D3. Grayscale: #7F7F7F. Windows color (decimal): -16004308 or 2935563. OLE color: 2935563.
HSL color Cylindrical-coordinate representation of color #0BCB2C: hue angle of 130.31º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCB2C is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 203 | 44 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.20 |
| HSL | 130.31º | 0.9% | 0.42% | - |
| HSV(B) | 130.31º | 0.95% | 0.8% | - |
| XYZ | 21.95 | 42.96 | 9.52 | - |
| YUV | 127.47 | 80.89 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 44 | 0.95 | 0 | 0.78 | 0.20 | 130.31 | 0.9 | 0.42 |
| Hex | B | CB | 2C | 5F | 0 | 4E | 14 | 82 | 5A | 2A |
| Octal | 13 | 313 | 54 | 137 | 0 | 116 | 24 | 202 | 132 | 52 |
| Binary | 1011 | 11001011 | 101100 | 1011111 | 0 | 1001110 | 10100 | 10000010 | 1011010 | 101010 |
Color Harmonies of #0BCB2C
Complementary color
Monochromatic Colors of #0BCB2C
Black with #0BCB2C
Text Example
Text Example
White with #0BCB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCB2C; }
p { color: rgb(11,203,44); }
H1.HeaderClassName
{
color: #0BCB2C;
}
.AnyTagClassName
{
color: #0BCB2C;
}
</style>
background-color css
<style>
a { background-color: #0BCB2C; }
a { background-color: rgb(11,203,44); }
div.DivClassName
{
background-color: #0BCB2C;
}
.BgClassName
{
background-color: #0BCB2C;
}
</style>
border-color css
<style>
span { border-color: #0BCB2C; }
span { border-color: rgb(11,203,44); }
td.TdClassName
{
border-color: #0BCB2C;
}
.TagClassName
{
border-color: #0BCB2C;
}
</style>