Shades of Dark Pastel Green #13AC2D
Tints of Dark Pastel Green #13AC2D
RGB
CMYK
RGB Variations
Color information
#13AC2D (or 0x13AC2D) is known color: Dark Pastel Green. HEX triplet: 13, AC and 2D. RGB value is (19,172,45). Sum of RGB (Red+Green+Blue) = 19+172+45=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 172 (67.58% from 255 or 72.88% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AC2D is #EC53D2. Grayscale: #707070. Windows color (decimal): -15487955 or 2993171. OLE color: 2993171.
HSL color Cylindrical-coordinate representation of color #13AC2D: hue angle of 130.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AC2D is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 172 | 45 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.33 |
| HSL | 130.2º | 0.8% | 0.37% | - |
| HSV(B) | 130.2º | 0.89% | 0.67% | - |
| XYZ | 15.49 | 29.83 | 7.42 | - |
| YUV | 111.78 | 90.31 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 172 | 45 | 0.89 | 0 | 0.74 | 0.33 | 130.2 | 0.8 | 0.37 |
| Hex | 13 | AC | 2D | 59 | 0 | 4A | 21 | 82 | 50 | 25 |
| Octal | 23 | 254 | 55 | 131 | 0 | 112 | 41 | 202 | 120 | 45 |
| Binary | 10011 | 10101100 | 101101 | 1011001 | 0 | 1001010 | 100001 | 10000010 | 1010000 | 100101 |
Color Harmonies of #13AC2D
Complementary color
Monochromatic Colors of #13AC2D
Black with #13AC2D
Text Example
Text Example
White with #13AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AC2D; }
p { color: rgb(19,172,45); }
H1.HeaderClassName
{
color: #13AC2D;
}
.AnyTagClassName
{
color: #13AC2D;
}
</style>
background-color css
<style>
a { background-color: #13AC2D; }
a { background-color: rgb(19,172,45); }
div.DivClassName
{
background-color: #13AC2D;
}
.BgClassName
{
background-color: #13AC2D;
}
</style>
border-color css
<style>
span { border-color: #13AC2D; }
span { border-color: rgb(19,172,45); }
td.TdClassName
{
border-color: #13AC2D;
}
.TagClassName
{
border-color: #13AC2D;
}
</style>