Shades of Dark Pastel Green #0DBF4A
Tints of Dark Pastel Green #0DBF4A
RGB
CMYK
RGB Variations
Color information
#0DBF4A (or 0x0DBF4A) is known color: Dark Pastel Green. HEX triplet: 0D, BF and 4A. RGB value is (13,191,74). Sum of RGB (Red+Green+Blue) = 13+191+74=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 191 (75% from 255 or 68.71% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBF4A is #F240B5. Grayscale: #7C7C7C. Windows color (decimal): -15876278 or 4898573. OLE color: 4898573.
HSL color Cylindrical-coordinate representation of color #0DBF4A: hue angle of 140.56º 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 #0DBF4A is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 74 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.25 |
| HSL | 140.56º | 0.87% | 0.4% | - |
| HSV(B) | 140.56º | 0.93% | 0.75% | - |
| XYZ | 20.03 | 37.84 | 12.73 | - |
| YUV | 124.44 | 99.53 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 74 | 0.93 | 0 | 0.61 | 0.25 | 140.56 | 0.87 | 0.4 |
| Hex | D | BF | 4A | 5D | 0 | 3D | 19 | 8D | 57 | 28 |
| Octal | 15 | 277 | 112 | 135 | 0 | 75 | 31 | 215 | 127 | 50 |
| Binary | 1101 | 10111111 | 1001010 | 1011101 | 0 | 111101 | 11001 | 10001101 | 1010111 | 101000 |
Color Harmonies of #0DBF4A
Complementary color
Monochromatic Colors of #0DBF4A
Black with #0DBF4A
Text Example
Text Example
White with #0DBF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF4A; }
p { color: rgb(13,191,74); }
H1.HeaderClassName
{
color: #0DBF4A;
}
.AnyTagClassName
{
color: #0DBF4A;
}
</style>
background-color css
<style>
a { background-color: #0DBF4A; }
a { background-color: rgb(13,191,74); }
div.DivClassName
{
background-color: #0DBF4A;
}
.BgClassName
{
background-color: #0DBF4A;
}
</style>
border-color css
<style>
span { border-color: #0DBF4A; }
span { border-color: rgb(13,191,74); }
td.TdClassName
{
border-color: #0DBF4A;
}
.TagClassName
{
border-color: #0DBF4A;
}
</style>