Shades of Pigment Green #0DB149
Tints of Pigment Green #0DB149
RGB
CMYK
RGB Variations
Color information
#0DB149 (or 0x0DB149) is known color: Pigment Green. HEX triplet: 0D, B1 and 49. RGB value is (13,177,73). Sum of RGB (Red+Green+Blue) = 13+177+73=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 177 (69.53% from 255 or 67.30% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 177 - color contains mainly: green. Hex color #0DB149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DB149 is #F24EB6. Grayscale: #747474. Windows color (decimal): -15879863 or 4829453. OLE color: 4829453.
HSL color Cylindrical-coordinate representation of color #0DB149: hue angle of 141.95º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB149 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 177 | 73 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.31 |
| HSL | 141.95º | 0.86% | 0.37% | - |
| HSV(B) | 141.95º | 0.93% | 0.69% | - |
| XYZ | 17.09 | 32.01 | 11.58 | - |
| YUV | 116.11 | 103.67 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 177 | 73 | 0.93 | 0 | 0.59 | 0.31 | 141.95 | 0.86 | 0.37 |
| Hex | D | B1 | 49 | 5D | 0 | 3B | 1F | 8E | 56 | 25 |
| Octal | 15 | 261 | 111 | 135 | 0 | 73 | 37 | 216 | 126 | 45 |
| Binary | 1101 | 10110001 | 1001001 | 1011101 | 0 | 111011 | 11111 | 10001110 | 1010110 | 100101 |
Color Harmonies of #0DB149
Complementary color
Monochromatic Colors of #0DB149
Black with #0DB149
Text Example
Text Example
White with #0DB149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB149; }
p { color: rgb(13,177,73); }
H1.HeaderClassName
{
color: #0DB149;
}
.AnyTagClassName
{
color: #0DB149;
}
</style>
background-color css
<style>
a { background-color: #0DB149; }
a { background-color: rgb(13,177,73); }
div.DivClassName
{
background-color: #0DB149;
}
.BgClassName
{
background-color: #0DB149;
}
</style>
border-color css
<style>
span { border-color: #0DB149; }
span { border-color: rgb(13,177,73); }
td.TdClassName
{
border-color: #0DB149;
}
.TagClassName
{
border-color: #0DB149;
}
</style>