Shades of Dark Pastel Green #0BC331
Tints of Dark Pastel Green #0BC331
RGB
CMYK
RGB Variations
Color information
#0BC331 (or 0x0BC331) is known color: Dark Pastel Green. HEX triplet: 0B, C3 and 31. RGB value is (11,195,49). Sum of RGB (Red+Green+Blue) = 11+195+49=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 195 (76.56% from 255 or 76.47% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 195 - color contains mainly: green. Hex color #0BC331 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC331 is #F43CCE. Grayscale: #7B7B7B. Windows color (decimal): -16006351 or 3261195. OLE color: 3261195.
HSL color Cylindrical-coordinate representation of color #0BC331: hue angle of 132.39º 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 #0BC331 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 195 | 49 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.24 |
| HSL | 132.39º | 0.89% | 0.4% | - |
| HSV(B) | 132.39º | 0.94% | 0.76% | - |
| XYZ | 20.21 | 39.32 | 9.43 | - |
| YUV | 123.34 | 86.04 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 195 | 49 | 0.94 | 0 | 0.75 | 0.24 | 132.39 | 0.89 | 0.4 |
| Hex | B | C3 | 31 | 5E | 0 | 4B | 18 | 84 | 59 | 28 |
| Octal | 13 | 303 | 61 | 136 | 0 | 113 | 30 | 204 | 131 | 50 |
| Binary | 1011 | 11000011 | 110001 | 1011110 | 0 | 1001011 | 11000 | 10000100 | 1011001 | 101000 |
Color Harmonies of #0BC331
Complementary color
Monochromatic Colors of #0BC331
Black with #0BC331
Text Example
Text Example
White with #0BC331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC331; }
p { color: rgb(11,195,49); }
H1.HeaderClassName
{
color: #0BC331;
}
.AnyTagClassName
{
color: #0BC331;
}
</style>
background-color css
<style>
a { background-color: #0BC331; }
a { background-color: rgb(11,195,49); }
div.DivClassName
{
background-color: #0BC331;
}
.BgClassName
{
background-color: #0BC331;
}
</style>
border-color css
<style>
span { border-color: #0BC331; }
span { border-color: rgb(11,195,49); }
td.TdClassName
{
border-color: #0BC331;
}
.TagClassName
{
border-color: #0BC331;
}
</style>