Shades of Pigment Green #0D943B
Tints of Pigment Green #0D943B
RGB
CMYK
RGB Variations
Color information
#0D943B (or 0x0D943B) is known color: Pigment Green. HEX triplet: 0D, 94 and 3B. RGB value is (13,148,59). Sum of RGB (Red+Green+Blue) = 13+148+59=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 148 (58.20% from 255 or 67.27% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 148 - color contains mainly: green. Hex color #0D943B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D943B is #F26BC4. Grayscale: #616161. Windows color (decimal): -15887301 or 3904525. OLE color: 3904525.
HSL color Cylindrical-coordinate representation of color #0D943B: hue angle of 140.44º 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 #0D943B is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 148 | 59 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.42 |
| HSL | 140.44º | 0.84% | 0.32% | - |
| HSV(B) | 140.44º | 0.91% | 0.58% | - |
| XYZ | 11.55 | 21.58 | 7.69 | - |
| YUV | 97.49 | 106.27 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 148 | 59 | 0.91 | 0 | 0.60 | 0.42 | 140.44 | 0.84 | 0.32 |
| Hex | D | 94 | 3B | 5B | 0 | 3C | 2A | 8C | 54 | 20 |
| Octal | 15 | 224 | 73 | 133 | 0 | 74 | 52 | 214 | 124 | 40 |
| Binary | 1101 | 10010100 | 111011 | 1011011 | 0 | 111100 | 101010 | 10001100 | 1010100 | 100000 |
Color Harmonies of #0D943B
Complementary color
Monochromatic Colors of #0D943B
Black with #0D943B
Text Example
Text Example
White with #0D943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D943B; }
p { color: rgb(13,148,59); }
H1.HeaderClassName
{
color: #0D943B;
}
.AnyTagClassName
{
color: #0D943B;
}
</style>
background-color css
<style>
a { background-color: #0D943B; }
a { background-color: rgb(13,148,59); }
div.DivClassName
{
background-color: #0D943B;
}
.BgClassName
{
background-color: #0D943B;
}
</style>
border-color css
<style>
span { border-color: #0D943B; }
span { border-color: rgb(13,148,59); }
td.TdClassName
{
border-color: #0D943B;
}
.TagClassName
{
border-color: #0D943B;
}
</style>