Shades of Pigment Green #0D924B
Tints of Pigment Green #0D924B
RGB
CMYK
RGB Variations
Color information
#0D924B (or 0x0D924B) is known color: Pigment Green. HEX triplet: 0D, 92 and 4B. RGB value is (13,146,75). Sum of RGB (Red+Green+Blue) = 13+146+75=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 146 (57.42% from 255 or 62.39% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 146 - color contains mainly: green. Hex color #0D924B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D924B is #F26DB4. Grayscale: #626262. Windows color (decimal): -15887797 or 4952589. OLE color: 4952589.
HSL color Cylindrical-coordinate representation of color #0D924B: hue angle of 147.97º 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 #0D924B is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 146 | 75 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.43 |
| HSL | 147.97º | 0.84% | 0.31% | - |
| HSV(B) | 147.97º | 0.91% | 0.57% | - |
| XYZ | 11.71 | 21.15 | 10.12 | - |
| YUV | 98.14 | 114.94 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 146 | 75 | 0.91 | 0 | 0.49 | 0.43 | 147.97 | 0.84 | 0.31 |
| Hex | D | 92 | 4B | 5B | 0 | 31 | 2B | 94 | 54 | 1F |
| Octal | 15 | 222 | 113 | 133 | 0 | 61 | 53 | 224 | 124 | 37 |
| Binary | 1101 | 10010010 | 1001011 | 1011011 | 0 | 110001 | 101011 | 10010100 | 1010100 | 11111 |
Color Harmonies of #0D924B
Complementary color
Monochromatic Colors of #0D924B
Black with #0D924B
Text Example
Text Example
White with #0D924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D924B; }
p { color: rgb(13,146,75); }
H1.HeaderClassName
{
color: #0D924B;
}
.AnyTagClassName
{
color: #0D924B;
}
</style>
background-color css
<style>
a { background-color: #0D924B; }
a { background-color: rgb(13,146,75); }
div.DivClassName
{
background-color: #0D924B;
}
.BgClassName
{
background-color: #0D924B;
}
</style>
border-color css
<style>
span { border-color: #0D924B; }
span { border-color: rgb(13,146,75); }
td.TdClassName
{
border-color: #0D924B;
}
.TagClassName
{
border-color: #0D924B;
}
</style>