Shades of Pigment Green #0D934A
Tints of Pigment Green #0D934A
RGB
CMYK
RGB Variations
Color information
#0D934A (or 0x0D934A) is known color: Pigment Green. HEX triplet: 0D, 93 and 4A. RGB value is (13,147,74). Sum of RGB (Red+Green+Blue) = 13+147+74=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 147 (57.81% from 255 or 62.82% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 147 - color contains mainly: green. Hex color #0D934A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D934A is #F26CB5. Grayscale: #626262. Windows color (decimal): -15887542 or 4887309. OLE color: 4887309.
HSL color Cylindrical-coordinate representation of color #0D934A: hue angle of 147.31º 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 #0D934A is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 147 | 74 | - |
| CMYK | 0.91 | 0 | 0.50 | 0.42 |
| HSL | 147.31º | 0.84% | 0.31% | - |
| HSV(B) | 147.31º | 0.91% | 0.58% | - |
| XYZ | 11.84 | 21.45 | 9.99 | - |
| YUV | 98.61 | 114.11 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 74 | 0.91 | 0 | 0.50 | 0.42 | 147.31 | 0.84 | 0.31 |
| Hex | D | 93 | 4A | 5B | 0 | 32 | 2A | 93 | 54 | 1F |
| Octal | 15 | 223 | 112 | 133 | 0 | 62 | 52 | 223 | 124 | 37 |
| Binary | 1101 | 10010011 | 1001010 | 1011011 | 0 | 110010 | 101010 | 10010011 | 1010100 | 11111 |
Color Harmonies of #0D934A
Complementary color
Monochromatic Colors of #0D934A
Black with #0D934A
Text Example
Text Example
White with #0D934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D934A; }
p { color: rgb(13,147,74); }
H1.HeaderClassName
{
color: #0D934A;
}
.AnyTagClassName
{
color: #0D934A;
}
</style>
background-color css
<style>
a { background-color: #0D934A; }
a { background-color: rgb(13,147,74); }
div.DivClassName
{
background-color: #0D934A;
}
.BgClassName
{
background-color: #0D934A;
}
</style>
border-color css
<style>
span { border-color: #0D934A; }
span { border-color: rgb(13,147,74); }
td.TdClassName
{
border-color: #0D934A;
}
.TagClassName
{
border-color: #0D934A;
}
</style>