Shades of Dark Pastel Green #0DBF1A
Tints of Dark Pastel Green #0DBF1A
RGB
CMYK
RGB Variations
Color information
#0DBF1A (or 0x0DBF1A) is known color: Dark Pastel Green. HEX triplet: 0D, BF and 1A. RGB value is (13,191,26). Sum of RGB (Red+Green+Blue) = 13+191+26=230 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.65% from 230); Green value is 191 (75% from 255 or 83.04% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBF1A is #F240E5. Grayscale: #777777. Windows color (decimal): -15876326 or 1752845. OLE color: 1752845.
HSL color Cylindrical-coordinate representation of color #0DBF1A: hue angle of 124.38º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBF1A is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 26 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.25 |
| HSL | 124.38º | 0.87% | 0.4% | - |
| HSV(B) | 124.38º | 0.93% | 0.75% | - |
| XYZ | 18.98 | 37.42 | 7.2 | - |
| YUV | 118.97 | 75.53 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 26 | 0.93 | 0 | 0.86 | 0.25 | 124.38 | 0.87 | 0.4 |
| Hex | D | BF | 1A | 5D | 0 | 56 | 19 | 7C | 57 | 28 |
| Octal | 15 | 277 | 32 | 135 | 0 | 126 | 31 | 174 | 127 | 50 |
| Binary | 1101 | 10111111 | 11010 | 1011101 | 0 | 1010110 | 11001 | 1111100 | 1010111 | 101000 |
Color Harmonies of #0DBF1A
Complementary color
Monochromatic Colors of #0DBF1A
Black with #0DBF1A
Text Example
Text Example
White with #0DBF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF1A; }
p { color: rgb(13,191,26); }
H1.HeaderClassName
{
color: #0DBF1A;
}
.AnyTagClassName
{
color: #0DBF1A;
}
</style>
background-color css
<style>
a { background-color: #0DBF1A; }
a { background-color: rgb(13,191,26); }
div.DivClassName
{
background-color: #0DBF1A;
}
.BgClassName
{
background-color: #0DBF1A;
}
</style>
border-color css
<style>
span { border-color: #0DBF1A; }
span { border-color: rgb(13,191,26); }
td.TdClassName
{
border-color: #0DBF1A;
}
.TagClassName
{
border-color: #0DBF1A;
}
</style>