Shades of Dark Pastel Green #0CBC2D
Tints of Dark Pastel Green #0CBC2D
RGB
CMYK
RGB Variations
Color information
#0CBC2D (or 0x0CBC2D) is known color: Dark Pastel Green. HEX triplet: 0C, BC and 2D. RGB value is (12,188,45). Sum of RGB (Red+Green+Blue) = 12+188+45=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 188 (73.83% from 255 or 76.73% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBC2D is #F343D2. Grayscale: #777777. Windows color (decimal): -15942611 or 2997260. OLE color: 2997260.
HSL color Cylindrical-coordinate representation of color #0CBC2D: hue angle of 131.25º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBC2D is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 188 | 45 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.26 |
| HSL | 131.25º | 0.88% | 0.39% | - |
| HSV(B) | 131.25º | 0.94% | 0.74% | - |
| XYZ | 18.61 | 36.23 | 8.5 | - |
| YUV | 119.07 | 86.19 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 188 | 45 | 0.94 | 0 | 0.76 | 0.26 | 131.25 | 0.88 | 0.39 |
| Hex | C | BC | 2D | 5E | 0 | 4C | 1A | 83 | 58 | 27 |
| Octal | 14 | 274 | 55 | 136 | 0 | 114 | 32 | 203 | 130 | 47 |
| Binary | 1100 | 10111100 | 101101 | 1011110 | 0 | 1001100 | 11010 | 10000011 | 1011000 | 100111 |
Color Harmonies of #0CBC2D
Complementary color
Monochromatic Colors of #0CBC2D
Black with #0CBC2D
Text Example
Text Example
White with #0CBC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBC2D; }
p { color: rgb(12,188,45); }
H1.HeaderClassName
{
color: #0CBC2D;
}
.AnyTagClassName
{
color: #0CBC2D;
}
</style>
background-color css
<style>
a { background-color: #0CBC2D; }
a { background-color: rgb(12,188,45); }
div.DivClassName
{
background-color: #0CBC2D;
}
.BgClassName
{
background-color: #0CBC2D;
}
</style>
border-color css
<style>
span { border-color: #0CBC2D; }
span { border-color: rgb(12,188,45); }
td.TdClassName
{
border-color: #0CBC2D;
}
.TagClassName
{
border-color: #0CBC2D;
}
</style>