Shades of Dark Pastel Green #0CB127
Tints of Dark Pastel Green #0CB127
RGB
CMYK
RGB Variations
Color information
#0CB127 (or 0x0CB127) is known color: Dark Pastel Green. HEX triplet: 0C, B1 and 27. RGB value is (12,177,39). Sum of RGB (Red+Green+Blue) = 12+177+39=228 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.26% from 228); Green value is 177 (69.53% from 255 or 77.63% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB127 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CB127 is #F34ED8. Grayscale: #707070. Windows color (decimal): -15945433 or 2601228. OLE color: 2601228.
HSL color Cylindrical-coordinate representation of color #0CB127: hue angle of 129.82º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB127 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 177 | 39 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.31 |
| HSL | 129.82º | 0.87% | 0.37% | - |
| HSV(B) | 129.82º | 0.93% | 0.69% | - |
| XYZ | 16.24 | 31.67 | 7.18 | - |
| YUV | 111.93 | 86.84 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 177 | 39 | 0.93 | 0 | 0.78 | 0.31 | 129.82 | 0.87 | 0.37 |
| Hex | C | B1 | 27 | 5D | 0 | 4E | 1F | 82 | 57 | 25 |
| Octal | 14 | 261 | 47 | 135 | 0 | 116 | 37 | 202 | 127 | 45 |
| Binary | 1100 | 10110001 | 100111 | 1011101 | 0 | 1001110 | 11111 | 10000010 | 1010111 | 100101 |
Color Harmonies of #0CB127
Complementary color
Monochromatic Colors of #0CB127
Black with #0CB127
Text Example
Text Example
White with #0CB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB127; }
p { color: rgb(12,177,39); }
H1.HeaderClassName
{
color: #0CB127;
}
.AnyTagClassName
{
color: #0CB127;
}
</style>
background-color css
<style>
a { background-color: #0CB127; }
a { background-color: rgb(12,177,39); }
div.DivClassName
{
background-color: #0CB127;
}
.BgClassName
{
background-color: #0CB127;
}
</style>
border-color css
<style>
span { border-color: #0CB127; }
span { border-color: rgb(12,177,39); }
td.TdClassName
{
border-color: #0CB127;
}
.TagClassName
{
border-color: #0CB127;
}
</style>