Shades of Pigment Green #0D9336
Tints of Pigment Green #0D9336
RGB
CMYK
RGB Variations
Color information
#0D9336 (or 0x0D9336) is known color: Pigment Green. HEX triplet: 0D, 93 and 36. RGB value is (13,147,54). Sum of RGB (Red+Green+Blue) = 13+147+54=214 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.07% from 214); Green value is 147 (57.81% from 255 or 68.69% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 147 - color contains mainly: green. Hex color #0D9336 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9336 is #F26CC9. Grayscale: #606060. Windows color (decimal): -15887562 or 3576589. OLE color: 3576589.
HSL color Cylindrical-coordinate representation of color #0D9336: hue angle of 138.36º 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 #0D9336 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 147 | 54 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.42 |
| HSL | 138.36º | 0.84% | 0.31% | - |
| HSV(B) | 138.36º | 0.91% | 0.58% | - |
| XYZ | 11.27 | 21.22 | 6.99 | - |
| YUV | 96.33 | 104.11 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 54 | 0.91 | 0 | 0.63 | 0.42 | 138.36 | 0.84 | 0.31 |
| Hex | D | 93 | 36 | 5B | 0 | 3F | 2A | 8A | 54 | 1F |
| Octal | 15 | 223 | 66 | 133 | 0 | 77 | 52 | 212 | 124 | 37 |
| Binary | 1101 | 10010011 | 110110 | 1011011 | 0 | 111111 | 101010 | 10001010 | 1010100 | 11111 |
Color Harmonies of #0D9336
Complementary color
Monochromatic Colors of #0D9336
Black with #0D9336
Text Example
Text Example
White with #0D9336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9336; }
p { color: rgb(13,147,54); }
H1.HeaderClassName
{
color: #0D9336;
}
.AnyTagClassName
{
color: #0D9336;
}
</style>
background-color css
<style>
a { background-color: #0D9336; }
a { background-color: rgb(13,147,54); }
div.DivClassName
{
background-color: #0D9336;
}
.BgClassName
{
background-color: #0D9336;
}
</style>
border-color css
<style>
span { border-color: #0D9336; }
span { border-color: rgb(13,147,54); }
td.TdClassName
{
border-color: #0D9336;
}
.TagClassName
{
border-color: #0D9336;
}
</style>