Shades of Pigment Green #0D9B44
Tints of Pigment Green #0D9B44
RGB
CMYK
RGB Variations
Color information
#0D9B44 (or 0x0D9B44) is known color: Pigment Green. HEX triplet: 0D, 9B and 44. RGB value is (13,155,68). Sum of RGB (Red+Green+Blue) = 13+155+68=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 155 (60.94% from 255 or 65.68% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 155 - color contains mainly: green. Hex color #0D9B44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9B44 is #F264BB. Grayscale: #666666. Windows color (decimal): -15885500 or 4496141. OLE color: 4496141.
HSL color Cylindrical-coordinate representation of color #0D9B44: hue angle of 143.24º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9B44 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 155 | 68 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.39 |
| HSL | 143.24º | 0.85% | 0.33% | - |
| HSV(B) | 143.24º | 0.92% | 0.61% | - |
| XYZ | 12.93 | 23.95 | 9.41 | - |
| YUV | 102.62 | 108.46 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 155 | 68 | 0.92 | 0 | 0.56 | 0.39 | 143.24 | 0.85 | 0.33 |
| Hex | D | 9B | 44 | 5C | 0 | 38 | 27 | 8F | 55 | 21 |
| Octal | 15 | 233 | 104 | 134 | 0 | 70 | 47 | 217 | 125 | 41 |
| Binary | 1101 | 10011011 | 1000100 | 1011100 | 0 | 111000 | 100111 | 10001111 | 1010101 | 100001 |
Color Harmonies of #0D9B44
Complementary color
Monochromatic Colors of #0D9B44
Black with #0D9B44
Text Example
Text Example
White with #0D9B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9B44; }
p { color: rgb(13,155,68); }
H1.HeaderClassName
{
color: #0D9B44;
}
.AnyTagClassName
{
color: #0D9B44;
}
</style>
background-color css
<style>
a { background-color: #0D9B44; }
a { background-color: rgb(13,155,68); }
div.DivClassName
{
background-color: #0D9B44;
}
.BgClassName
{
background-color: #0D9B44;
}
</style>
border-color css
<style>
span { border-color: #0D9B44; }
span { border-color: rgb(13,155,68); }
td.TdClassName
{
border-color: #0D9B44;
}
.TagClassName
{
border-color: #0D9B44;
}
</style>