Shades of Dark Pastel Green #0CBE29
Tints of Dark Pastel Green #0CBE29
RGB
CMYK
RGB Variations
Color information
#0CBE29 (or 0x0CBE29) is known color: Dark Pastel Green. HEX triplet: 0C, BE and 29. RGB value is (12,190,41). Sum of RGB (Red+Green+Blue) = 12+190+41=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 190 (74.61% from 255 or 78.19% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBE29 is #F341D6. Grayscale: #787878. Windows color (decimal): -15942103 or 2735628. OLE color: 2735628.
HSL color Cylindrical-coordinate representation of color #0CBE29: hue angle of 129.78º 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 #0CBE29 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 190 | 41 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.25 |
| HSL | 129.78º | 0.88% | 0.4% | - |
| HSV(B) | 129.78º | 0.94% | 0.75% | - |
| XYZ | 18.97 | 37.07 | 8.25 | - |
| YUV | 119.79 | 83.53 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 41 | 0.94 | 0 | 0.78 | 0.25 | 129.78 | 0.88 | 0.4 |
| Hex | C | BE | 29 | 5E | 0 | 4E | 19 | 82 | 58 | 28 |
| Octal | 14 | 276 | 51 | 136 | 0 | 116 | 31 | 202 | 130 | 50 |
| Binary | 1100 | 10111110 | 101001 | 1011110 | 0 | 1001110 | 11001 | 10000010 | 1011000 | 101000 |
Color Harmonies of #0CBE29
Complementary color
Monochromatic Colors of #0CBE29
Black with #0CBE29
Text Example
Text Example
White with #0CBE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBE29; }
p { color: rgb(12,190,41); }
H1.HeaderClassName
{
color: #0CBE29;
}
.AnyTagClassName
{
color: #0CBE29;
}
</style>
background-color css
<style>
a { background-color: #0CBE29; }
a { background-color: rgb(12,190,41); }
div.DivClassName
{
background-color: #0CBE29;
}
.BgClassName
{
background-color: #0CBE29;
}
</style>
border-color css
<style>
span { border-color: #0CBE29; }
span { border-color: rgb(12,190,41); }
td.TdClassName
{
border-color: #0CBE29;
}
.TagClassName
{
border-color: #0CBE29;
}
</style>