Shades of Dark Pastel Green #0BC135
Tints of Dark Pastel Green #0BC135
RGB
CMYK
RGB Variations
Color information
#0BC135 (or 0x0BC135) is known color: Dark Pastel Green. HEX triplet: 0B, C1 and 35. RGB value is (11,193,53). Sum of RGB (Red+Green+Blue) = 11+193+53=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 193 (75.78% from 255 or 75.10% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 193 - color contains mainly: green. Hex color #0BC135 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC135 is #F43ECA. Grayscale: #7A7A7A. Windows color (decimal): -16006859 or 3522827. OLE color: 3522827.
HSL color Cylindrical-coordinate representation of color #0BC135: hue angle of 133.85º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC135 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 193 | 53 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.24 |
| HSL | 133.85º | 0.89% | 0.4% | - |
| HSV(B) | 133.85º | 0.94% | 0.76% | - |
| XYZ | 19.85 | 38.47 | 9.75 | - |
| YUV | 122.62 | 88.7 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 193 | 53 | 0.94 | 0 | 0.73 | 0.24 | 133.85 | 0.89 | 0.4 |
| Hex | B | C1 | 35 | 5E | 0 | 49 | 18 | 86 | 59 | 28 |
| Octal | 13 | 301 | 65 | 136 | 0 | 111 | 30 | 206 | 131 | 50 |
| Binary | 1011 | 11000001 | 110101 | 1011110 | 0 | 1001001 | 11000 | 10000110 | 1011001 | 101000 |
Color Harmonies of #0BC135
Complementary color
Monochromatic Colors of #0BC135
Black with #0BC135
Text Example
Text Example
White with #0BC135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC135; }
p { color: rgb(11,193,53); }
H1.HeaderClassName
{
color: #0BC135;
}
.AnyTagClassName
{
color: #0BC135;
}
</style>
background-color css
<style>
a { background-color: #0BC135; }
a { background-color: rgb(11,193,53); }
div.DivClassName
{
background-color: #0BC135;
}
.BgClassName
{
background-color: #0BC135;
}
</style>
border-color css
<style>
span { border-color: #0BC135; }
span { border-color: rgb(11,193,53); }
td.TdClassName
{
border-color: #0BC135;
}
.TagClassName
{
border-color: #0BC135;
}
</style>