Shades of Dark Pastel Green #13A83D
Tints of Dark Pastel Green #13A83D
RGB
CMYK
RGB Variations
Color information
#13A83D (or 0x13A83D) is known color: Dark Pastel Green. HEX triplet: 13, A8 and 3D. RGB value is (19,168,61). Sum of RGB (Red+Green+Blue) = 19+168+61=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 168 (66.02% from 255 or 67.74% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 168 - color contains mainly: green. Hex color #13A83D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A83D is #EC57C2. Grayscale: #6F6F6F. Windows color (decimal): -15488963 or 4040723. OLE color: 4040723.
HSL color Cylindrical-coordinate representation of color #13A83D: hue angle of 136.91º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A83D is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 168 | 61 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.34 |
| HSL | 136.91º | 0.8% | 0.37% | - |
| HSV(B) | 136.91º | 0.89% | 0.66% | - |
| XYZ | 15.11 | 28.48 | 9.12 | - |
| YUV | 111.25 | 99.64 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 168 | 61 | 0.89 | 0 | 0.64 | 0.34 | 136.91 | 0.8 | 0.37 |
| Hex | 13 | A8 | 3D | 59 | 0 | 40 | 22 | 89 | 50 | 25 |
| Octal | 23 | 250 | 75 | 131 | 0 | 100 | 42 | 211 | 120 | 45 |
| Binary | 10011 | 10101000 | 111101 | 1011001 | 0 | 1000000 | 100010 | 10001001 | 1010000 | 100101 |
Color Harmonies of #13A83D
Complementary color
Monochromatic Colors of #13A83D
Black with #13A83D
Text Example
Text Example
White with #13A83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A83D; }
p { color: rgb(19,168,61); }
H1.HeaderClassName
{
color: #13A83D;
}
.AnyTagClassName
{
color: #13A83D;
}
</style>
background-color css
<style>
a { background-color: #13A83D; }
a { background-color: rgb(19,168,61); }
div.DivClassName
{
background-color: #13A83D;
}
.BgClassName
{
background-color: #13A83D;
}
</style>
border-color css
<style>
span { border-color: #13A83D; }
span { border-color: rgb(19,168,61); }
td.TdClassName
{
border-color: #13A83D;
}
.TagClassName
{
border-color: #13A83D;
}
</style>