Shades of Dark Pastel Green #0DC323
Tints of Dark Pastel Green #0DC323
RGB
CMYK
RGB Variations
Color information
#0DC323 (or 0x0DC323) is known color: Dark Pastel Green. HEX triplet: 0D, C3 and 23. RGB value is (13,195,35). Sum of RGB (Red+Green+Blue) = 13+195+35=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 195 (76.56% from 255 or 80.25% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC323 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC323 is #F23CDC. Grayscale: #7A7A7A. Windows color (decimal): -15875293 or 2343693. OLE color: 2343693.
HSL color Cylindrical-coordinate representation of color #0DC323: hue angle of 127.25º 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 #0DC323 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 35 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.24 |
| HSL | 127.25º | 0.88% | 0.41% | - |
| HSV(B) | 127.25º | 0.93% | 0.76% | - |
| XYZ | 19.98 | 39.24 | 8.11 | - |
| YUV | 122.34 | 78.7 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 35 | 0.93 | 0 | 0.82 | 0.24 | 127.25 | 0.88 | 0.41 |
| Hex | D | C3 | 23 | 5D | 0 | 52 | 18 | 7F | 58 | 29 |
| Octal | 15 | 303 | 43 | 135 | 0 | 122 | 30 | 177 | 130 | 51 |
| Binary | 1101 | 11000011 | 100011 | 1011101 | 0 | 1010010 | 11000 | 1111111 | 1011000 | 101001 |
Color Harmonies of #0DC323
Complementary color
Monochromatic Colors of #0DC323
Black with #0DC323
Text Example
Text Example
White with #0DC323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC323; }
p { color: rgb(13,195,35); }
H1.HeaderClassName
{
color: #0DC323;
}
.AnyTagClassName
{
color: #0DC323;
}
</style>
background-color css
<style>
a { background-color: #0DC323; }
a { background-color: rgb(13,195,35); }
div.DivClassName
{
background-color: #0DC323;
}
.BgClassName
{
background-color: #0DC323;
}
</style>
border-color css
<style>
span { border-color: #0DC323; }
span { border-color: rgb(13,195,35); }
td.TdClassName
{
border-color: #0DC323;
}
.TagClassName
{
border-color: #0DC323;
}
</style>