Shades of Dark Pastel Green #0DBE3D
Tints of Dark Pastel Green #0DBE3D
RGB
CMYK
RGB Variations
Color information
#0DBE3D (or 0x0DBE3D) is known color: Dark Pastel Green. HEX triplet: 0D, BE and 3D. RGB value is (13,190,61). Sum of RGB (Red+Green+Blue) = 13+190+61=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 190 (74.61% from 255 or 71.97% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBE3D is #F241C2. Grayscale: #7A7A7A. Windows color (decimal): -15876547 or 4046349. OLE color: 4046349.
HSL color Cylindrical-coordinate representation of color #0DBE3D: hue angle of 136.27º 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 #0DBE3D is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 61 | - |
| CMYK | 0.93 | 0 | 0.68 | 0.25 |
| HSL | 136.27º | 0.87% | 0.4% | - |
| HSV(B) | 136.27º | 0.93% | 0.75% | - |
| XYZ | 19.42 | 37.25 | 10.58 | - |
| YUV | 122.37 | 93.36 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 61 | 0.93 | 0 | 0.68 | 0.25 | 136.27 | 0.87 | 0.4 |
| Hex | D | BE | 3D | 5D | 0 | 44 | 19 | 88 | 57 | 28 |
| Octal | 15 | 276 | 75 | 135 | 0 | 104 | 31 | 210 | 127 | 50 |
| Binary | 1101 | 10111110 | 111101 | 1011101 | 0 | 1000100 | 11001 | 10001000 | 1010111 | 101000 |
Color Harmonies of #0DBE3D
Complementary color
Monochromatic Colors of #0DBE3D
Black with #0DBE3D
Text Example
Text Example
White with #0DBE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE3D; }
p { color: rgb(13,190,61); }
H1.HeaderClassName
{
color: #0DBE3D;
}
.AnyTagClassName
{
color: #0DBE3D;
}
</style>
background-color css
<style>
a { background-color: #0DBE3D; }
a { background-color: rgb(13,190,61); }
div.DivClassName
{
background-color: #0DBE3D;
}
.BgClassName
{
background-color: #0DBE3D;
}
</style>
border-color css
<style>
span { border-color: #0DBE3D; }
span { border-color: rgb(13,190,61); }
td.TdClassName
{
border-color: #0DBE3D;
}
.TagClassName
{
border-color: #0DBE3D;
}
</style>