Shades of Dark Pastel Green #0DC32D
Tints of Dark Pastel Green #0DC32D
RGB
CMYK
RGB Variations
Color information
#0DC32D (or 0x0DC32D) is known color: Dark Pastel Green. HEX triplet: 0D, C3 and 2D. RGB value is (13,195,45). Sum of RGB (Red+Green+Blue) = 13+195+45=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 195 (76.56% from 255 or 77.08% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC32D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC32D is #F23CD2. Grayscale: #7B7B7B. Windows color (decimal): -15875283 or 2999053. OLE color: 2999053.
HSL color Cylindrical-coordinate representation of color #0DC32D: hue angle of 130.55º 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 #0DC32D is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 45 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.24 |
| HSL | 130.55º | 0.88% | 0.41% | - |
| HSV(B) | 130.55º | 0.93% | 0.76% | - |
| XYZ | 20.15 | 39.31 | 9.01 | - |
| YUV | 123.48 | 83.7 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 45 | 0.93 | 0 | 0.77 | 0.24 | 130.55 | 0.88 | 0.41 |
| Hex | D | C3 | 2D | 5D | 0 | 4D | 18 | 83 | 58 | 29 |
| Octal | 15 | 303 | 55 | 135 | 0 | 115 | 30 | 203 | 130 | 51 |
| Binary | 1101 | 11000011 | 101101 | 1011101 | 0 | 1001101 | 11000 | 10000011 | 1011000 | 101001 |
Color Harmonies of #0DC32D
Complementary color
Monochromatic Colors of #0DC32D
Black with #0DC32D
Text Example
Text Example
White with #0DC32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC32D; }
p { color: rgb(13,195,45); }
H1.HeaderClassName
{
color: #0DC32D;
}
.AnyTagClassName
{
color: #0DC32D;
}
</style>
background-color css
<style>
a { background-color: #0DC32D; }
a { background-color: rgb(13,195,45); }
div.DivClassName
{
background-color: #0DC32D;
}
.BgClassName
{
background-color: #0DC32D;
}
</style>
border-color css
<style>
span { border-color: #0DC32D; }
span { border-color: rgb(13,195,45); }
td.TdClassName
{
border-color: #0DC32D;
}
.TagClassName
{
border-color: #0DC32D;
}
</style>