Shades of Dark Pastel Green #13AD2D
Tints of Dark Pastel Green #13AD2D
RGB
CMYK
RGB Variations
Color information
#13AD2D (or 0x13AD2D) is known color: Dark Pastel Green. HEX triplet: 13, AD and 2D. RGB value is (19,173,45). Sum of RGB (Red+Green+Blue) = 19+173+45=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 173 (67.97% from 255 or 73.00% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AD2D is #EC52D2. Grayscale: #707070. Windows color (decimal): -15487699 or 2993427. OLE color: 2993427.
HSL color Cylindrical-coordinate representation of color #13AD2D: hue angle of 130.13º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AD2D is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 45 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.32 |
| HSL | 130.13º | 0.8% | 0.38% | - |
| HSV(B) | 130.13º | 0.89% | 0.68% | - |
| XYZ | 15.69 | 30.22 | 7.49 | - |
| YUV | 112.36 | 89.98 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 45 | 0.89 | 0 | 0.74 | 0.32 | 130.13 | 0.8 | 0.38 |
| Hex | 13 | AD | 2D | 59 | 0 | 4A | 20 | 82 | 50 | 26 |
| Octal | 23 | 255 | 55 | 131 | 0 | 112 | 40 | 202 | 120 | 46 |
| Binary | 10011 | 10101101 | 101101 | 1011001 | 0 | 1001010 | 100000 | 10000010 | 1010000 | 100110 |
Color Harmonies of #13AD2D
Complementary color
Monochromatic Colors of #13AD2D
Black with #13AD2D
Text Example
Text Example
White with #13AD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD2D; }
p { color: rgb(19,173,45); }
H1.HeaderClassName
{
color: #13AD2D;
}
.AnyTagClassName
{
color: #13AD2D;
}
</style>
background-color css
<style>
a { background-color: #13AD2D; }
a { background-color: rgb(19,173,45); }
div.DivClassName
{
background-color: #13AD2D;
}
.BgClassName
{
background-color: #13AD2D;
}
</style>
border-color css
<style>
span { border-color: #13AD2D; }
span { border-color: rgb(19,173,45); }
td.TdClassName
{
border-color: #13AD2D;
}
.TagClassName
{
border-color: #13AD2D;
}
</style>