Shades of Pigment Green #0D953D
Tints of Pigment Green #0D953D
RGB
CMYK
RGB Variations
Color information
#0D953D (or 0x0D953D) is known color: Pigment Green. HEX triplet: 0D, 95 and 3D. RGB value is (13,149,61). Sum of RGB (Red+Green+Blue) = 13+149+61=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 149 (58.59% from 255 or 66.82% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 149 - color contains mainly: green. Hex color #0D953D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D953D is #F26AC2. Grayscale: #626262. Windows color (decimal): -15887043 or 4035853. OLE color: 4035853.
HSL color Cylindrical-coordinate representation of color #0D953D: hue angle of 141.18º 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 #0D953D is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 149 | 61 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.42 |
| HSL | 141.18º | 0.84% | 0.32% | - |
| HSV(B) | 141.18º | 0.91% | 0.58% | - |
| XYZ | 11.76 | 21.92 | 8.03 | - |
| YUV | 98.3 | 106.94 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 149 | 61 | 0.91 | 0 | 0.59 | 0.42 | 141.18 | 0.84 | 0.32 |
| Hex | D | 95 | 3D | 5B | 0 | 3B | 2A | 8D | 54 | 20 |
| Octal | 15 | 225 | 75 | 133 | 0 | 73 | 52 | 215 | 124 | 40 |
| Binary | 1101 | 10010101 | 111101 | 1011011 | 0 | 111011 | 101010 | 10001101 | 1010100 | 100000 |
Color Harmonies of #0D953D
Complementary color
Monochromatic Colors of #0D953D
Black with #0D953D
Text Example
Text Example
White with #0D953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D953D; }
p { color: rgb(13,149,61); }
H1.HeaderClassName
{
color: #0D953D;
}
.AnyTagClassName
{
color: #0D953D;
}
</style>
background-color css
<style>
a { background-color: #0D953D; }
a { background-color: rgb(13,149,61); }
div.DivClassName
{
background-color: #0D953D;
}
.BgClassName
{
background-color: #0D953D;
}
</style>
border-color css
<style>
span { border-color: #0D953D; }
span { border-color: rgb(13,149,61); }
td.TdClassName
{
border-color: #0D953D;
}
.TagClassName
{
border-color: #0D953D;
}
</style>