Shades of Dark Pastel Green #0CBF2D
Tints of Dark Pastel Green #0CBF2D
RGB
CMYK
RGB Variations
Color information
#0CBF2D (or 0x0CBF2D) is known color: Dark Pastel Green. HEX triplet: 0C, BF and 2D. RGB value is (12,191,45). Sum of RGB (Red+Green+Blue) = 12+191+45=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 191 (75% from 255 or 77.02% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBF2D is #F340D2. Grayscale: #797979. Windows color (decimal): -15941843 or 2998028. OLE color: 2998028.
HSL color Cylindrical-coordinate representation of color #0CBF2D: hue angle of 131.06º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBF2D is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 191 | 45 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.25 |
| HSL | 131.06º | 0.88% | 0.4% | - |
| HSV(B) | 131.06º | 0.94% | 0.75% | - |
| XYZ | 19.26 | 37.53 | 8.71 | - |
| YUV | 120.84 | 85.2 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 191 | 45 | 0.94 | 0 | 0.76 | 0.25 | 131.06 | 0.88 | 0.4 |
| Hex | C | BF | 2D | 5E | 0 | 4C | 19 | 83 | 58 | 28 |
| Octal | 14 | 277 | 55 | 136 | 0 | 114 | 31 | 203 | 130 | 50 |
| Binary | 1100 | 10111111 | 101101 | 1011110 | 0 | 1001100 | 11001 | 10000011 | 1011000 | 101000 |
Color Harmonies of #0CBF2D
Complementary color
Monochromatic Colors of #0CBF2D
Black with #0CBF2D
Text Example
Text Example
White with #0CBF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBF2D; }
p { color: rgb(12,191,45); }
H1.HeaderClassName
{
color: #0CBF2D;
}
.AnyTagClassName
{
color: #0CBF2D;
}
</style>
background-color css
<style>
a { background-color: #0CBF2D; }
a { background-color: rgb(12,191,45); }
div.DivClassName
{
background-color: #0CBF2D;
}
.BgClassName
{
background-color: #0CBF2D;
}
</style>
border-color css
<style>
span { border-color: #0CBF2D; }
span { border-color: rgb(12,191,45); }
td.TdClassName
{
border-color: #0CBF2D;
}
.TagClassName
{
border-color: #0CBF2D;
}
</style>