Shades of Pigment Green #0D9535
Tints of Pigment Green #0D9535
RGB
CMYK
RGB Variations
Color information
#0D9535 (or 0x0D9535) is known color: Pigment Green. HEX triplet: 0D, 95 and 35. RGB value is (13,149,53). Sum of RGB (Red+Green+Blue) = 13+149+53=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 149 (58.59% from 255 or 69.30% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 149 - color contains mainly: green. Hex color #0D9535 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9535 is #F26ACA. Grayscale: #616161. Windows color (decimal): -15887051 or 3511565. OLE color: 3511565.
HSL color Cylindrical-coordinate representation of color #0D9535: hue angle of 137.65º 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 #0D9535 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 149 | 53 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.42 |
| HSL | 137.65º | 0.84% | 0.32% | - |
| HSV(B) | 137.65º | 0.91% | 0.58% | - |
| XYZ | 11.56 | 21.84 | 6.97 | - |
| YUV | 97.39 | 102.94 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 149 | 53 | 0.91 | 0 | 0.64 | 0.42 | 137.65 | 0.84 | 0.32 |
| Hex | D | 95 | 35 | 5B | 0 | 40 | 2A | 8A | 54 | 20 |
| Octal | 15 | 225 | 65 | 133 | 0 | 100 | 52 | 212 | 124 | 40 |
| Binary | 1101 | 10010101 | 110101 | 1011011 | 0 | 1000000 | 101010 | 10001010 | 1010100 | 100000 |
Color Harmonies of #0D9535
Complementary color
Monochromatic Colors of #0D9535
Black with #0D9535
Text Example
Text Example
White with #0D9535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9535; }
p { color: rgb(13,149,53); }
H1.HeaderClassName
{
color: #0D9535;
}
.AnyTagClassName
{
color: #0D9535;
}
</style>
background-color css
<style>
a { background-color: #0D9535; }
a { background-color: rgb(13,149,53); }
div.DivClassName
{
background-color: #0D9535;
}
.BgClassName
{
background-color: #0D9535;
}
</style>
border-color css
<style>
span { border-color: #0D9535; }
span { border-color: rgb(13,149,53); }
td.TdClassName
{
border-color: #0D9535;
}
.TagClassName
{
border-color: #0D9535;
}
</style>