Shades of Dark Pastel Green #0DBA1C
Tints of Dark Pastel Green #0DBA1C
RGB
CMYK
RGB Variations
Color information
#0DBA1C (or 0x0DBA1C) is known color: Dark Pastel Green. HEX triplet: 0D, BA and 1C. RGB value is (13,186,28). Sum of RGB (Red+Green+Blue) = 13+186+28=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 186 (73.05% from 255 or 81.94% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBA1C is #F245E3. Grayscale: #747474. Windows color (decimal): -15877604 or 1882637. OLE color: 1882637.
HSL color Cylindrical-coordinate representation of color #0DBA1C: hue angle of 125.2º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBA1C is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 186 | 28 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.27 |
| HSL | 125.2º | 0.87% | 0.39% | - |
| HSV(B) | 125.2º | 0.93% | 0.73% | - |
| XYZ | 17.93 | 35.29 | 6.96 | - |
| YUV | 116.26 | 78.19 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 28 | 0.93 | 0 | 0.85 | 0.27 | 125.2 | 0.87 | 0.39 |
| Hex | D | BA | 1C | 5D | 0 | 55 | 1B | 7D | 57 | 27 |
| Octal | 15 | 272 | 34 | 135 | 0 | 125 | 33 | 175 | 127 | 47 |
| Binary | 1101 | 10111010 | 11100 | 1011101 | 0 | 1010101 | 11011 | 1111101 | 1010111 | 100111 |
Color Harmonies of #0DBA1C
Complementary color
Monochromatic Colors of #0DBA1C
Black with #0DBA1C
Text Example
Text Example
White with #0DBA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBA1C; }
p { color: rgb(13,186,28); }
H1.HeaderClassName
{
color: #0DBA1C;
}
.AnyTagClassName
{
color: #0DBA1C;
}
</style>
background-color css
<style>
a { background-color: #0DBA1C; }
a { background-color: rgb(13,186,28); }
div.DivClassName
{
background-color: #0DBA1C;
}
.BgClassName
{
background-color: #0DBA1C;
}
</style>
border-color css
<style>
span { border-color: #0DBA1C; }
span { border-color: rgb(13,186,28); }
td.TdClassName
{
border-color: #0DBA1C;
}
.TagClassName
{
border-color: #0DBA1C;
}
</style>