Shades of Dark Pastel Green #0BC32D
Tints of Dark Pastel Green #0BC32D
RGB
CMYK
RGB Variations
Color information
#0BC32D (or 0x0BC32D) is known color: Dark Pastel Green. HEX triplet: 0B, C3 and 2D. RGB value is (11,195,45). Sum of RGB (Red+Green+Blue) = 11+195+45=251 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.38% from 251); Green value is 195 (76.56% from 255 or 77.69% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 195 - color contains mainly: green. Hex color #0BC32D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC32D is #F43CD2. Grayscale: #7B7B7B. Windows color (decimal): -16006355 or 2999051. OLE color: 2999051.
HSL color Cylindrical-coordinate representation of color #0BC32D: hue angle of 131.09º 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 #0BC32D is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 195 | 45 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.24 |
| HSL | 131.09º | 0.89% | 0.4% | - |
| HSV(B) | 131.09º | 0.94% | 0.76% | - |
| XYZ | 20.13 | 39.29 | 9.01 | - |
| YUV | 122.88 | 84.04 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 195 | 45 | 0.94 | 0 | 0.77 | 0.24 | 131.09 | 0.89 | 0.4 |
| Hex | B | C3 | 2D | 5E | 0 | 4D | 18 | 83 | 59 | 28 |
| Octal | 13 | 303 | 55 | 136 | 0 | 115 | 30 | 203 | 131 | 50 |
| Binary | 1011 | 11000011 | 101101 | 1011110 | 0 | 1001101 | 11000 | 10000011 | 1011001 | 101000 |
Color Harmonies of #0BC32D
Complementary color
Monochromatic Colors of #0BC32D
Black with #0BC32D
Text Example
Text Example
White with #0BC32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC32D; }
p { color: rgb(11,195,45); }
H1.HeaderClassName
{
color: #0BC32D;
}
.AnyTagClassName
{
color: #0BC32D;
}
</style>
background-color css
<style>
a { background-color: #0BC32D; }
a { background-color: rgb(11,195,45); }
div.DivClassName
{
background-color: #0BC32D;
}
.BgClassName
{
background-color: #0BC32D;
}
</style>
border-color css
<style>
span { border-color: #0BC32D; }
span { border-color: rgb(11,195,45); }
td.TdClassName
{
border-color: #0BC32D;
}
.TagClassName
{
border-color: #0BC32D;
}
</style>