Shades of Dark Pastel Green #0DCA30
Tints of Dark Pastel Green #0DCA30
RGB
CMYK
RGB Variations
Color information
#0DCA30 (or 0x0DCA30) is known color: Dark Pastel Green. HEX triplet: 0D, CA and 30. RGB value is (13,202,48). Sum of RGB (Red+Green+Blue) = 13+202+48=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 202 (79.30% from 255 or 76.81% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCA30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCA30 is #F235CF. Grayscale: #808080. Windows color (decimal): -15873488 or 3197453. OLE color: 3197453.
HSL color Cylindrical-coordinate representation of color #0DCA30: hue angle of 131.11º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCA30 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 202 | 48 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.21 |
| HSL | 131.11º | 0.88% | 0.42% | - |
| HSV(B) | 131.11º | 0.94% | 0.79% | - |
| XYZ | 21.82 | 42.54 | 9.86 | - |
| YUV | 127.93 | 82.88 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 48 | 0.94 | 0 | 0.76 | 0.21 | 131.11 | 0.88 | 0.42 |
| Hex | D | CA | 30 | 5E | 0 | 4C | 15 | 83 | 58 | 2A |
| Octal | 15 | 312 | 60 | 136 | 0 | 114 | 25 | 203 | 130 | 52 |
| Binary | 1101 | 11001010 | 110000 | 1011110 | 0 | 1001100 | 10101 | 10000011 | 1011000 | 101010 |
Color Harmonies of #0DCA30
Complementary color
Monochromatic Colors of #0DCA30
Black with #0DCA30
Text Example
Text Example
White with #0DCA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCA30; }
p { color: rgb(13,202,48); }
H1.HeaderClassName
{
color: #0DCA30;
}
.AnyTagClassName
{
color: #0DCA30;
}
</style>
background-color css
<style>
a { background-color: #0DCA30; }
a { background-color: rgb(13,202,48); }
div.DivClassName
{
background-color: #0DCA30;
}
.BgClassName
{
background-color: #0DCA30;
}
</style>
border-color css
<style>
span { border-color: #0DCA30; }
span { border-color: rgb(13,202,48); }
td.TdClassName
{
border-color: #0DCA30;
}
.TagClassName
{
border-color: #0DCA30;
}
</style>