Shades of Pigment Green #0D924D
Tints of Pigment Green #0D924D
RGB
CMYK
RGB Variations
Color information
#0D924D (or 0x0D924D) is known color: Pigment Green. HEX triplet: 0D, 92 and 4D. RGB value is (13,146,77). Sum of RGB (Red+Green+Blue) = 13+146+77=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 146 (57.42% from 255 or 61.86% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 146 - color contains mainly: green. Hex color #0D924D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D924D is #F26DB2. Grayscale: #626262. Windows color (decimal): -15887795 or 5083661. OLE color: 5083661.
HSL color Cylindrical-coordinate representation of color #0D924D: hue angle of 148.87º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D924D is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 146 | 77 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.43 |
| HSL | 148.87º | 0.84% | 0.31% | - |
| HSV(B) | 148.87º | 0.91% | 0.57% | - |
| XYZ | 11.78 | 21.18 | 10.49 | - |
| YUV | 98.37 | 115.94 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 146 | 77 | 0.91 | 0 | 0.47 | 0.43 | 148.87 | 0.84 | 0.31 |
| Hex | D | 92 | 4D | 5B | 0 | 2F | 2B | 95 | 54 | 1F |
| Octal | 15 | 222 | 115 | 133 | 0 | 57 | 53 | 225 | 124 | 37 |
| Binary | 1101 | 10010010 | 1001101 | 1011011 | 0 | 101111 | 101011 | 10010101 | 1010100 | 11111 |
Color Harmonies of #0D924D
Complementary color
Monochromatic Colors of #0D924D
Black with #0D924D
Text Example
Text Example
White with #0D924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D924D; }
p { color: rgb(13,146,77); }
H1.HeaderClassName
{
color: #0D924D;
}
.AnyTagClassName
{
color: #0D924D;
}
</style>
background-color css
<style>
a { background-color: #0D924D; }
a { background-color: rgb(13,146,77); }
div.DivClassName
{
background-color: #0D924D;
}
.BgClassName
{
background-color: #0D924D;
}
</style>
border-color css
<style>
span { border-color: #0D924D; }
span { border-color: rgb(13,146,77); }
td.TdClassName
{
border-color: #0D924D;
}
.TagClassName
{
border-color: #0D924D;
}
</style>