Shades of Dark Pastel Green #0DC635
Tints of Dark Pastel Green #0DC635
RGB
CMYK
RGB Variations
Color information
#0DC635 (or 0x0DC635) is known color: Dark Pastel Green. HEX triplet: 0D, C6 and 35. RGB value is (13,198,53). Sum of RGB (Red+Green+Blue) = 13+198+53=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 198 (77.73% from 255 or 75% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC635 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC635 is #F239CA. Grayscale: #7E7E7E. Windows color (decimal): -15874507 or 3524109. OLE color: 3524109.
HSL color Cylindrical-coordinate representation of color #0DC635: hue angle of 132.97º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC635 is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 198 | 53 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.22 |
| HSL | 132.97º | 0.88% | 0.41% | - |
| HSV(B) | 132.97º | 0.93% | 0.78% | - |
| XYZ | 21 | 40.73 | 10.12 | - |
| YUV | 126.16 | 86.71 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 53 | 0.93 | 0 | 0.73 | 0.22 | 132.97 | 0.88 | 0.41 |
| Hex | D | C6 | 35 | 5D | 0 | 49 | 16 | 85 | 58 | 29 |
| Octal | 15 | 306 | 65 | 135 | 0 | 111 | 26 | 205 | 130 | 51 |
| Binary | 1101 | 11000110 | 110101 | 1011101 | 0 | 1001001 | 10110 | 10000101 | 1011000 | 101001 |
Color Harmonies of #0DC635
Complementary color
Monochromatic Colors of #0DC635
Black with #0DC635
Text Example
Text Example
White with #0DC635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC635; }
p { color: rgb(13,198,53); }
H1.HeaderClassName
{
color: #0DC635;
}
.AnyTagClassName
{
color: #0DC635;
}
</style>
background-color css
<style>
a { background-color: #0DC635; }
a { background-color: rgb(13,198,53); }
div.DivClassName
{
background-color: #0DC635;
}
.BgClassName
{
background-color: #0DC635;
}
</style>
border-color css
<style>
span { border-color: #0DC635; }
span { border-color: rgb(13,198,53); }
td.TdClassName
{
border-color: #0DC635;
}
.TagClassName
{
border-color: #0DC635;
}
</style>