Shades of Dark Pastel Green #0DC32C
Tints of Dark Pastel Green #0DC32C
RGB
CMYK
RGB Variations
Color information
#0DC32C (or 0x0DC32C) is known color: Dark Pastel Green. HEX triplet: 0D, C3 and 2C. RGB value is (13,195,44). Sum of RGB (Red+Green+Blue) = 13+195+44=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 195 (76.56% from 255 or 77.38% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC32C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC32C is #F23CD3. Grayscale: #7B7B7B. Windows color (decimal): -15875284 or 2933517. OLE color: 2933517.
HSL color Cylindrical-coordinate representation of color #0DC32C: hue angle of 130.22º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC32C is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 44 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.24 |
| HSL | 130.22º | 0.88% | 0.41% | - |
| HSV(B) | 130.22º | 0.93% | 0.76% | - |
| XYZ | 20.14 | 39.3 | 8.91 | - |
| YUV | 123.37 | 83.2 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 44 | 0.93 | 0 | 0.77 | 0.24 | 130.22 | 0.88 | 0.41 |
| Hex | D | C3 | 2C | 5D | 0 | 4D | 18 | 82 | 58 | 29 |
| Octal | 15 | 303 | 54 | 135 | 0 | 115 | 30 | 202 | 130 | 51 |
| Binary | 1101 | 11000011 | 101100 | 1011101 | 0 | 1001101 | 11000 | 10000010 | 1011000 | 101001 |
Color Harmonies of #0DC32C
Complementary color
Monochromatic Colors of #0DC32C
Black with #0DC32C
Text Example
Text Example
White with #0DC32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC32C; }
p { color: rgb(13,195,44); }
H1.HeaderClassName
{
color: #0DC32C;
}
.AnyTagClassName
{
color: #0DC32C;
}
</style>
background-color css
<style>
a { background-color: #0DC32C; }
a { background-color: rgb(13,195,44); }
div.DivClassName
{
background-color: #0DC32C;
}
.BgClassName
{
background-color: #0DC32C;
}
</style>
border-color css
<style>
span { border-color: #0DC32C; }
span { border-color: rgb(13,195,44); }
td.TdClassName
{
border-color: #0DC32C;
}
.TagClassName
{
border-color: #0DC32C;
}
</style>