Shades of Pigment Green #0D9437
Tints of Pigment Green #0D9437
RGB
CMYK
RGB Variations
Color information
#0D9437 (or 0x0D9437) is known color: Pigment Green. HEX triplet: 0D, 94 and 37. RGB value is (13,148,55). Sum of RGB (Red+Green+Blue) = 13+148+55=216 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.02% from 216); Green value is 148 (58.20% from 255 or 68.52% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 148 - color contains mainly: green. Hex color #0D9437 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9437 is #F26BC8. Grayscale: #616161. Windows color (decimal): -15887305 or 3642381. OLE color: 3642381.
HSL color Cylindrical-coordinate representation of color #0D9437: hue angle of 138.67º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9437 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 148 | 55 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.42 |
| HSL | 138.67º | 0.84% | 0.32% | - |
| HSV(B) | 138.67º | 0.91% | 0.58% | - |
| XYZ | 11.45 | 21.54 | 7.17 | - |
| YUV | 97.03 | 104.27 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 148 | 55 | 0.91 | 0 | 0.63 | 0.42 | 138.67 | 0.84 | 0.32 |
| Hex | D | 94 | 37 | 5B | 0 | 3F | 2A | 8B | 54 | 20 |
| Octal | 15 | 224 | 67 | 133 | 0 | 77 | 52 | 213 | 124 | 40 |
| Binary | 1101 | 10010100 | 110111 | 1011011 | 0 | 111111 | 101010 | 10001011 | 1010100 | 100000 |
Color Harmonies of #0D9437
Complementary color
Monochromatic Colors of #0D9437
Black with #0D9437
Text Example
Text Example
White with #0D9437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9437; }
p { color: rgb(13,148,55); }
H1.HeaderClassName
{
color: #0D9437;
}
.AnyTagClassName
{
color: #0D9437;
}
</style>
background-color css
<style>
a { background-color: #0D9437; }
a { background-color: rgb(13,148,55); }
div.DivClassName
{
background-color: #0D9437;
}
.BgClassName
{
background-color: #0D9437;
}
</style>
border-color css
<style>
span { border-color: #0D9437; }
span { border-color: rgb(13,148,55); }
td.TdClassName
{
border-color: #0D9437;
}
.TagClassName
{
border-color: #0D9437;
}
</style>