Shades of Pigment Green #0D993E
Tints of Pigment Green #0D993E
RGB
CMYK
RGB Variations
Color information
#0D993E (or 0x0D993E) is known color: Pigment Green. HEX triplet: 0D, 99 and 3E. RGB value is (13,153,62). Sum of RGB (Red+Green+Blue) = 13+153+62=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 153 (60.16% from 255 or 67.11% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 153 - color contains mainly: green. Hex color #0D993E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D993E is #F266C1. Grayscale: #646464. Windows color (decimal): -15886018 or 4102413. OLE color: 4102413.
HSL color Cylindrical-coordinate representation of color #0D993E: hue angle of 141º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D993E is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 13 | 153 | 62 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.4 |
| HSL | 141º | 0.84% | 0.33% | - |
| HSV(B) | 141º | 0.92% | 0.6% | - |
| XYZ | 12.43 | 23.22 | 8.38 | - |
| YUV | 100.77 | 106.12 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 153 | 62 | 0.92 | 0 | 0.59 | 0.4 | 141 | 0.84 | 0.33 |
| Hex | D | 99 | 3E | 5C | 0 | 3B | 28 | 8D | 54 | 21 |
| Octal | 15 | 231 | 76 | 134 | 0 | 73 | 50 | 215 | 124 | 41 |
| Binary | 1101 | 10011001 | 111110 | 1011100 | 0 | 111011 | 101000 | 10001101 | 1010100 | 100001 |
Color Harmonies of #0D993E
Complementary color
Monochromatic Colors of #0D993E
Black with #0D993E
Text Example
Text Example
White with #0D993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D993E; }
p { color: rgb(13,153,62); }
H1.HeaderClassName
{
color: #0D993E;
}
.AnyTagClassName
{
color: #0D993E;
}
</style>
background-color css
<style>
a { background-color: #0D993E; }
a { background-color: rgb(13,153,62); }
div.DivClassName
{
background-color: #0D993E;
}
.BgClassName
{
background-color: #0D993E;
}
</style>
border-color css
<style>
span { border-color: #0D993E; }
span { border-color: rgb(13,153,62); }
td.TdClassName
{
border-color: #0D993E;
}
.TagClassName
{
border-color: #0D993E;
}
</style>