Shades of Dark Pastel Green #0D9F30
Tints of Dark Pastel Green #0D9F30
RGB
CMYK
RGB Variations
Color information
#0D9F30 (or 0x0D9F30) is known color: Dark Pastel Green. HEX triplet: 0D, 9F and 30. RGB value is (13,159,48). Sum of RGB (Red+Green+Blue) = 13+159+48=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 159 (62.5% from 255 or 72.27% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 159 - color contains mainly: green. Hex color #0D9F30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9F30 is #F260CF. Grayscale: #666666. Windows color (decimal): -15884496 or 3186445. OLE color: 3186445.
HSL color Cylindrical-coordinate representation of color #0D9F30: hue angle of 134.38º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9F30 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 159 | 48 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.38 |
| HSL | 134.38º | 0.85% | 0.34% | - |
| HSV(B) | 134.38º | 0.92% | 0.62% | - |
| XYZ | 13.1 | 25.1 | 6.95 | - |
| YUV | 102.69 | 97.13 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 159 | 48 | 0.92 | 0 | 0.70 | 0.38 | 134.38 | 0.85 | 0.34 |
| Hex | D | 9F | 30 | 5C | 0 | 46 | 26 | 86 | 55 | 22 |
| Octal | 15 | 237 | 60 | 134 | 0 | 106 | 46 | 206 | 125 | 42 |
| Binary | 1101 | 10011111 | 110000 | 1011100 | 0 | 1000110 | 100110 | 10000110 | 1010101 | 100010 |
Color Harmonies of #0D9F30
Complementary color
Monochromatic Colors of #0D9F30
Black with #0D9F30
Text Example
Text Example
White with #0D9F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9F30; }
p { color: rgb(13,159,48); }
H1.HeaderClassName
{
color: #0D9F30;
}
.AnyTagClassName
{
color: #0D9F30;
}
</style>
background-color css
<style>
a { background-color: #0D9F30; }
a { background-color: rgb(13,159,48); }
div.DivClassName
{
background-color: #0D9F30;
}
.BgClassName
{
background-color: #0D9F30;
}
</style>
border-color css
<style>
span { border-color: #0D9F30; }
span { border-color: rgb(13,159,48); }
td.TdClassName
{
border-color: #0D9F30;
}
.TagClassName
{
border-color: #0D9F30;
}
</style>