Shades of Pigment Green #0D963C
Tints of Pigment Green #0D963C
RGB
CMYK
RGB Variations
Color information
#0D963C (or 0x0D963C) is known color: Pigment Green. HEX triplet: 0D, 96 and 3C. RGB value is (13,150,60). Sum of RGB (Red+Green+Blue) = 13+150+60=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 150 (58.98% from 255 or 67.26% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 150 - color contains mainly: green. Hex color #0D963C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D963C is #F269C3. Grayscale: #636363. Windows color (decimal): -15886788 or 3970573. OLE color: 3970573.
HSL color Cylindrical-coordinate representation of color #0D963C: hue angle of 140.58º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D963C is Cyan = 0.91, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 150 | 60 | - |
| CMYK | 0.91 | 0 | 0.6 | 0.41 |
| HSL | 140.58º | 0.84% | 0.32% | - |
| HSV(B) | 140.58º | 0.91% | 0.59% | - |
| XYZ | 11.89 | 22.22 | 7.94 | - |
| YUV | 98.78 | 106.11 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 150 | 60 | 0.91 | 0 | 0.6 | 0.41 | 140.58 | 0.84 | 0.32 |
| Hex | D | 96 | 3C | 5B | 0 | 3C | 29 | 8D | 54 | 20 |
| Octal | 15 | 226 | 74 | 133 | 0 | 74 | 51 | 215 | 124 | 40 |
| Binary | 1101 | 10010110 | 111100 | 1011011 | 0 | 111100 | 101001 | 10001101 | 1010100 | 100000 |
Color Harmonies of #0D963C
Complementary color
Monochromatic Colors of #0D963C
Black with #0D963C
Text Example
Text Example
White with #0D963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D963C; }
p { color: rgb(13,150,60); }
H1.HeaderClassName
{
color: #0D963C;
}
.AnyTagClassName
{
color: #0D963C;
}
</style>
background-color css
<style>
a { background-color: #0D963C; }
a { background-color: rgb(13,150,60); }
div.DivClassName
{
background-color: #0D963C;
}
.BgClassName
{
background-color: #0D963C;
}
</style>
border-color css
<style>
span { border-color: #0D963C; }
span { border-color: rgb(13,150,60); }
td.TdClassName
{
border-color: #0D963C;
}
.TagClassName
{
border-color: #0D963C;
}
</style>