Shades of Dark Pastel Green #0DC320
Tints of Dark Pastel Green #0DC320
RGB
CMYK
RGB Variations
Color information
#0DC320 (or 0x0DC320) is known color: Dark Pastel Green. HEX triplet: 0D, C3 and 20. RGB value is (13,195,32). Sum of RGB (Red+Green+Blue) = 13+195+32=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 195 (76.56% from 255 or 81.25% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC320 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC320 is #F23CDF. Grayscale: #7A7A7A. Windows color (decimal): -15875296 or 2147085. OLE color: 2147085.
HSL color Cylindrical-coordinate representation of color #0DC320: hue angle of 126.26º 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 #0DC320 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 32 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.24 |
| HSL | 126.26º | 0.88% | 0.41% | - |
| HSV(B) | 126.26º | 0.93% | 0.76% | - |
| XYZ | 19.94 | 39.22 | 7.89 | - |
| YUV | 122 | 77.2 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 32 | 0.93 | 0 | 0.84 | 0.24 | 126.26 | 0.88 | 0.41 |
| Hex | D | C3 | 20 | 5D | 0 | 54 | 18 | 7E | 58 | 29 |
| Octal | 15 | 303 | 40 | 135 | 0 | 124 | 30 | 176 | 130 | 51 |
| Binary | 1101 | 11000011 | 100000 | 1011101 | 0 | 1010100 | 11000 | 1111110 | 1011000 | 101001 |
Color Harmonies of #0DC320
Complementary color
Monochromatic Colors of #0DC320
Black with #0DC320
Text Example
Text Example
White with #0DC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC320; }
p { color: rgb(13,195,32); }
H1.HeaderClassName
{
color: #0DC320;
}
.AnyTagClassName
{
color: #0DC320;
}
</style>
background-color css
<style>
a { background-color: #0DC320; }
a { background-color: rgb(13,195,32); }
div.DivClassName
{
background-color: #0DC320;
}
.BgClassName
{
background-color: #0DC320;
}
</style>
border-color css
<style>
span { border-color: #0DC320; }
span { border-color: rgb(13,195,32); }
td.TdClassName
{
border-color: #0DC320;
}
.TagClassName
{
border-color: #0DC320;
}
</style>