Shades of Dark Pastel Green #0DC322
Tints of Dark Pastel Green #0DC322
RGB
CMYK
RGB Variations
Color information
#0DC322 (or 0x0DC322) is known color: Dark Pastel Green. HEX triplet: 0D, C3 and 22. RGB value is (13,195,34). Sum of RGB (Red+Green+Blue) = 13+195+34=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 195 (76.56% from 255 or 80.58% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC322 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC322 is #F23CDD. Grayscale: #7A7A7A. Windows color (decimal): -15875294 or 2278157. OLE color: 2278157.
HSL color Cylindrical-coordinate representation of color #0DC322: hue angle of 126.92º 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 #0DC322 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 34 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.24 |
| HSL | 126.92º | 0.88% | 0.41% | - |
| HSV(B) | 126.92º | 0.93% | 0.76% | - |
| XYZ | 19.97 | 39.23 | 8.03 | - |
| YUV | 122.23 | 78.2 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 34 | 0.93 | 0 | 0.83 | 0.24 | 126.92 | 0.88 | 0.41 |
| Hex | D | C3 | 22 | 5D | 0 | 53 | 18 | 7F | 58 | 29 |
| Octal | 15 | 303 | 42 | 135 | 0 | 123 | 30 | 177 | 130 | 51 |
| Binary | 1101 | 11000011 | 100010 | 1011101 | 0 | 1010011 | 11000 | 1111111 | 1011000 | 101001 |
Color Harmonies of #0DC322
Complementary color
Monochromatic Colors of #0DC322
Black with #0DC322
Text Example
Text Example
White with #0DC322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC322; }
p { color: rgb(13,195,34); }
H1.HeaderClassName
{
color: #0DC322;
}
.AnyTagClassName
{
color: #0DC322;
}
</style>
background-color css
<style>
a { background-color: #0DC322; }
a { background-color: rgb(13,195,34); }
div.DivClassName
{
background-color: #0DC322;
}
.BgClassName
{
background-color: #0DC322;
}
</style>
border-color css
<style>
span { border-color: #0DC322; }
span { border-color: rgb(13,195,34); }
td.TdClassName
{
border-color: #0DC322;
}
.TagClassName
{
border-color: #0DC322;
}
</style>