Shades of Pigment Green #0D9749
Tints of Pigment Green #0D9749
RGB
CMYK
RGB Variations
Color information
#0D9749 (or 0x0D9749) is known color: Pigment Green. HEX triplet: 0D, 97 and 49. RGB value is (13,151,73). Sum of RGB (Red+Green+Blue) = 13+151+73=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 151 (59.38% from 255 or 63.71% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 151 - color contains mainly: green. Hex color #0D9749 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9749 is #F268B6. Grayscale: #656565. Windows color (decimal): -15886519 or 4822797. OLE color: 4822797.
HSL color Cylindrical-coordinate representation of color #0D9749: hue angle of 146.09º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9749 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 151 | 73 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.41 |
| HSL | 146.09º | 0.84% | 0.32% | - |
| HSV(B) | 146.09º | 0.91% | 0.59% | - |
| XYZ | 12.44 | 22.7 | 10.03 | - |
| YUV | 100.85 | 112.28 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 151 | 73 | 0.91 | 0 | 0.52 | 0.41 | 146.09 | 0.84 | 0.32 |
| Hex | D | 97 | 49 | 5B | 0 | 34 | 29 | 92 | 54 | 20 |
| Octal | 15 | 227 | 111 | 133 | 0 | 64 | 51 | 222 | 124 | 40 |
| Binary | 1101 | 10010111 | 1001001 | 1011011 | 0 | 110100 | 101001 | 10010010 | 1010100 | 100000 |
Color Harmonies of #0D9749
Complementary color
Monochromatic Colors of #0D9749
Black with #0D9749
Text Example
Text Example
White with #0D9749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9749; }
p { color: rgb(13,151,73); }
H1.HeaderClassName
{
color: #0D9749;
}
.AnyTagClassName
{
color: #0D9749;
}
</style>
background-color css
<style>
a { background-color: #0D9749; }
a { background-color: rgb(13,151,73); }
div.DivClassName
{
background-color: #0D9749;
}
.BgClassName
{
background-color: #0D9749;
}
</style>
border-color css
<style>
span { border-color: #0D9749; }
span { border-color: rgb(13,151,73); }
td.TdClassName
{
border-color: #0D9749;
}
.TagClassName
{
border-color: #0D9749;
}
</style>