Shades of Pigment Green #0D9249
Tints of Pigment Green #0D9249
RGB
CMYK
RGB Variations
Color information
#0D9249 (or 0x0D9249) is known color: Pigment Green. HEX triplet: 0D, 92 and 49. RGB value is (13,146,73). Sum of RGB (Red+Green+Blue) = 13+146+73=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 146 (57.42% from 255 or 62.93% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 146 - color contains mainly: green. Hex color #0D9249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9249 is #F26DB6. Grayscale: #626262. Windows color (decimal): -15887799 or 4821517. OLE color: 4821517.
HSL color Cylindrical-coordinate representation of color #0D9249: hue angle of 147.07º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9249 is Cyan = 0.91, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 146 | 73 | - |
| CMYK | 0.91 | 0 | 0.5 | 0.43 |
| HSL | 147.07º | 0.84% | 0.31% | - |
| HSV(B) | 147.07º | 0.91% | 0.57% | - |
| XYZ | 11.65 | 21.12 | 9.77 | - |
| YUV | 97.91 | 113.94 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 146 | 73 | 0.91 | 0 | 0.5 | 0.43 | 147.07 | 0.84 | 0.31 |
| Hex | D | 92 | 49 | 5B | 0 | 32 | 2B | 93 | 54 | 1F |
| Octal | 15 | 222 | 111 | 133 | 0 | 62 | 53 | 223 | 124 | 37 |
| Binary | 1101 | 10010010 | 1001001 | 1011011 | 0 | 110010 | 101011 | 10010011 | 1010100 | 11111 |
Color Harmonies of #0D9249
Complementary color
Monochromatic Colors of #0D9249
Black with #0D9249
Text Example
Text Example
White with #0D9249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9249; }
p { color: rgb(13,146,73); }
H1.HeaderClassName
{
color: #0D9249;
}
.AnyTagClassName
{
color: #0D9249;
}
</style>
background-color css
<style>
a { background-color: #0D9249; }
a { background-color: rgb(13,146,73); }
div.DivClassName
{
background-color: #0D9249;
}
.BgClassName
{
background-color: #0D9249;
}
</style>
border-color css
<style>
span { border-color: #0D9249; }
span { border-color: rgb(13,146,73); }
td.TdClassName
{
border-color: #0D9249;
}
.TagClassName
{
border-color: #0D9249;
}
</style>