Shades of Pigment Green #0D9341
Tints of Pigment Green #0D9341
RGB
CMYK
RGB Variations
Color information
#0D9341 (or 0x0D9341) is known color: Pigment Green. HEX triplet: 0D, 93 and 41. RGB value is (13,147,65). Sum of RGB (Red+Green+Blue) = 13+147+65=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 147 (57.81% from 255 or 65.33% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 147 - color contains mainly: green. Hex color #0D9341 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9341 is #F26CBE. Grayscale: #616161. Windows color (decimal): -15887551 or 4297485. OLE color: 4297485.
HSL color Cylindrical-coordinate representation of color #0D9341: hue angle of 143.28º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9341 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 147 | 65 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.42 |
| HSL | 143.28º | 0.84% | 0.31% | - |
| HSV(B) | 143.28º | 0.91% | 0.58% | - |
| XYZ | 11.55 | 21.33 | 8.51 | - |
| YUV | 97.59 | 109.61 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 65 | 0.91 | 0 | 0.56 | 0.42 | 143.28 | 0.84 | 0.31 |
| Hex | D | 93 | 41 | 5B | 0 | 38 | 2A | 8F | 54 | 1F |
| Octal | 15 | 223 | 101 | 133 | 0 | 70 | 52 | 217 | 124 | 37 |
| Binary | 1101 | 10010011 | 1000001 | 1011011 | 0 | 111000 | 101010 | 10001111 | 1010100 | 11111 |
Color Harmonies of #0D9341
Complementary color
Monochromatic Colors of #0D9341
Black with #0D9341
Text Example
Text Example
White with #0D9341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9341; }
p { color: rgb(13,147,65); }
H1.HeaderClassName
{
color: #0D9341;
}
.AnyTagClassName
{
color: #0D9341;
}
</style>
background-color css
<style>
a { background-color: #0D9341; }
a { background-color: rgb(13,147,65); }
div.DivClassName
{
background-color: #0D9341;
}
.BgClassName
{
background-color: #0D9341;
}
</style>
border-color css
<style>
span { border-color: #0D9341; }
span { border-color: rgb(13,147,65); }
td.TdClassName
{
border-color: #0D9341;
}
.TagClassName
{
border-color: #0D9341;
}
</style>