Shades of Dark Pastel Green #0DBF43
Tints of Dark Pastel Green #0DBF43
RGB
CMYK
RGB Variations
Color information
#0DBF43 (or 0x0DBF43) is known color: Dark Pastel Green. HEX triplet: 0D, BF and 43. RGB value is (13,191,67). Sum of RGB (Red+Green+Blue) = 13+191+67=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 191 (75% from 255 or 70.48% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBF43 is #F240BC. Grayscale: #7B7B7B. Windows color (decimal): -15876285 or 4439821. OLE color: 4439821.
HSL color Cylindrical-coordinate representation of color #0DBF43: hue angle of 138.2º 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 #0DBF43 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 67 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.25 |
| HSL | 138.2º | 0.87% | 0.4% | - |
| HSV(B) | 138.2º | 0.93% | 0.75% | - |
| XYZ | 19.81 | 37.75 | 11.55 | - |
| YUV | 123.64 | 96.03 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 67 | 0.93 | 0 | 0.65 | 0.25 | 138.2 | 0.87 | 0.4 |
| Hex | D | BF | 43 | 5D | 0 | 41 | 19 | 8A | 57 | 28 |
| Octal | 15 | 277 | 103 | 135 | 0 | 101 | 31 | 212 | 127 | 50 |
| Binary | 1101 | 10111111 | 1000011 | 1011101 | 0 | 1000001 | 11001 | 10001010 | 1010111 | 101000 |
Color Harmonies of #0DBF43
Complementary color
Monochromatic Colors of #0DBF43
Black with #0DBF43
Text Example
Text Example
White with #0DBF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF43; }
p { color: rgb(13,191,67); }
H1.HeaderClassName
{
color: #0DBF43;
}
.AnyTagClassName
{
color: #0DBF43;
}
</style>
background-color css
<style>
a { background-color: #0DBF43; }
a { background-color: rgb(13,191,67); }
div.DivClassName
{
background-color: #0DBF43;
}
.BgClassName
{
background-color: #0DBF43;
}
</style>
border-color css
<style>
span { border-color: #0DBF43; }
span { border-color: rgb(13,191,67); }
td.TdClassName
{
border-color: #0DBF43;
}
.TagClassName
{
border-color: #0DBF43;
}
</style>