Shades of Dark Pastel Green #0DB23C
Tints of Dark Pastel Green #0DB23C
RGB
CMYK
RGB Variations
Color information
#0DB23C (or 0x0DB23C) is known color: Dark Pastel Green. HEX triplet: 0D, B2 and 3C. RGB value is (13,178,60). Sum of RGB (Red+Green+Blue) = 13+178+60=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 178 (69.92% from 255 or 70.92% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB23C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DB23C is #F24DC3. Grayscale: #737373. Windows color (decimal): -15879620 or 3977741. OLE color: 3977741.
HSL color Cylindrical-coordinate representation of color #0DB23C: hue angle of 137.09º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB23C is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 178 | 60 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.30 |
| HSL | 137.09º | 0.86% | 0.37% | - |
| HSV(B) | 137.09º | 0.93% | 0.7% | - |
| XYZ | 16.9 | 32.25 | 9.61 | - |
| YUV | 115.21 | 96.84 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 60 | 0.93 | 0 | 0.66 | 0.30 | 137.09 | 0.86 | 0.37 |
| Hex | D | B2 | 3C | 5D | 0 | 42 | 1E | 89 | 56 | 25 |
| Octal | 15 | 262 | 74 | 135 | 0 | 102 | 36 | 211 | 126 | 45 |
| Binary | 1101 | 10110010 | 111100 | 1011101 | 0 | 1000010 | 11110 | 10001001 | 1010110 | 100101 |
Color Harmonies of #0DB23C
Complementary color
Monochromatic Colors of #0DB23C
Black with #0DB23C
Text Example
Text Example
White with #0DB23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB23C; }
p { color: rgb(13,178,60); }
H1.HeaderClassName
{
color: #0DB23C;
}
.AnyTagClassName
{
color: #0DB23C;
}
</style>
background-color css
<style>
a { background-color: #0DB23C; }
a { background-color: rgb(13,178,60); }
div.DivClassName
{
background-color: #0DB23C;
}
.BgClassName
{
background-color: #0DB23C;
}
</style>
border-color css
<style>
span { border-color: #0DB23C; }
span { border-color: rgb(13,178,60); }
td.TdClassName
{
border-color: #0DB23C;
}
.TagClassName
{
border-color: #0DB23C;
}
</style>