Shades of Dark Pastel Green #0CB230
Tints of Dark Pastel Green #0CB230
RGB
CMYK
RGB Variations
Color information
#0CB230 (or 0x0CB230) is known color: Dark Pastel Green. HEX triplet: 0C, B2 and 30. RGB value is (12,178,48). Sum of RGB (Red+Green+Blue) = 12+178+48=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 178 (69.92% from 255 or 74.79% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 178 - color contains mainly: green. Hex color #0CB230 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CB230 is #F34DCF. Grayscale: #717171. Windows color (decimal): -15945168 or 3191308. OLE color: 3191308.
HSL color Cylindrical-coordinate representation of color #0CB230: hue angle of 133.01º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB230 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 12 | 178 | 48 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.30 |
| HSL | 133.01º | 0.87% | 0.37% | - |
| HSV(B) | 133.01º | 0.93% | 0.7% | - |
| XYZ | 16.61 | 32.13 | 8.12 | - |
| YUV | 113.55 | 91 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 178 | 48 | 0.93 | 0 | 0.73 | 0.30 | 133.01 | 0.87 | 0.37 |
| Hex | C | B2 | 30 | 5D | 0 | 49 | 1E | 85 | 57 | 25 |
| Octal | 14 | 262 | 60 | 135 | 0 | 111 | 36 | 205 | 127 | 45 |
| Binary | 1100 | 10110010 | 110000 | 1011101 | 0 | 1001001 | 11110 | 10000101 | 1010111 | 100101 |
Color Harmonies of #0CB230
Complementary color
Monochromatic Colors of #0CB230
Black with #0CB230
Text Example
Text Example
White with #0CB230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB230; }
p { color: rgb(12,178,48); }
H1.HeaderClassName
{
color: #0CB230;
}
.AnyTagClassName
{
color: #0CB230;
}
</style>
background-color css
<style>
a { background-color: #0CB230; }
a { background-color: rgb(12,178,48); }
div.DivClassName
{
background-color: #0CB230;
}
.BgClassName
{
background-color: #0CB230;
}
</style>
border-color css
<style>
span { border-color: #0CB230; }
span { border-color: rgb(12,178,48); }
td.TdClassName
{
border-color: #0CB230;
}
.TagClassName
{
border-color: #0CB230;
}
</style>