Shades of Pigment Green #0D953E
Tints of Pigment Green #0D953E
RGB
CMYK
RGB Variations
Color information
#0D953E (or 0x0D953E) is known color: Pigment Green. HEX triplet: 0D, 95 and 3E. RGB value is (13,149,62). Sum of RGB (Red+Green+Blue) = 13+149+62=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 149 (58.59% from 255 or 66.52% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 149 - color contains mainly: green. Hex color #0D953E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D953E is #F26AC1. Grayscale: #626262. Windows color (decimal): -15887042 or 4101389. OLE color: 4101389.
HSL color Cylindrical-coordinate representation of color #0D953E: hue angle of 141.62º 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 #0D953E is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 149 | 62 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.42 |
| HSL | 141.62º | 0.84% | 0.32% | - |
| HSV(B) | 141.62º | 0.91% | 0.58% | - |
| XYZ | 11.78 | 21.93 | 8.17 | - |
| YUV | 98.42 | 107.44 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 149 | 62 | 0.91 | 0 | 0.58 | 0.42 | 141.62 | 0.84 | 0.32 |
| Hex | D | 95 | 3E | 5B | 0 | 3A | 2A | 8E | 54 | 20 |
| Octal | 15 | 225 | 76 | 133 | 0 | 72 | 52 | 216 | 124 | 40 |
| Binary | 1101 | 10010101 | 111110 | 1011011 | 0 | 111010 | 101010 | 10001110 | 1010100 | 100000 |
Color Harmonies of #0D953E
Complementary color
Monochromatic Colors of #0D953E
Black with #0D953E
Text Example
Text Example
White with #0D953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D953E; }
p { color: rgb(13,149,62); }
H1.HeaderClassName
{
color: #0D953E;
}
.AnyTagClassName
{
color: #0D953E;
}
</style>
background-color css
<style>
a { background-color: #0D953E; }
a { background-color: rgb(13,149,62); }
div.DivClassName
{
background-color: #0D953E;
}
.BgClassName
{
background-color: #0D953E;
}
</style>
border-color css
<style>
span { border-color: #0D953E; }
span { border-color: rgb(13,149,62); }
td.TdClassName
{
border-color: #0D953E;
}
.TagClassName
{
border-color: #0D953E;
}
</style>