Shades of Dark Pastel Green #13AD2F
Tints of Dark Pastel Green #13AD2F
RGB
CMYK
RGB Variations
Color information
#13AD2F (or 0x13AD2F) is known color: Dark Pastel Green. HEX triplet: 13, AD and 2F. RGB value is (19,173,47). Sum of RGB (Red+Green+Blue) = 19+173+47=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 173 (67.97% from 255 or 72.38% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AD2F is #EC52D0. Grayscale: #707070. Windows color (decimal): -15487697 or 3124499. OLE color: 3124499.
HSL color Cylindrical-coordinate representation of color #13AD2F: hue angle of 130.91º 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 #13AD2F is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 47 | - |
| CMYK | 0.89 | 0 | 0.73 | 0.32 |
| HSL | 130.91º | 0.8% | 0.38% | - |
| HSV(B) | 130.91º | 0.89% | 0.68% | - |
| XYZ | 15.73 | 30.23 | 7.7 | - |
| YUV | 112.59 | 90.98 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 47 | 0.89 | 0 | 0.73 | 0.32 | 130.91 | 0.8 | 0.38 |
| Hex | 13 | AD | 2F | 59 | 0 | 49 | 20 | 83 | 50 | 26 |
| Octal | 23 | 255 | 57 | 131 | 0 | 111 | 40 | 203 | 120 | 46 |
| Binary | 10011 | 10101101 | 101111 | 1011001 | 0 | 1001001 | 100000 | 10000011 | 1010000 | 100110 |
Color Harmonies of #13AD2F
Complementary color
Monochromatic Colors of #13AD2F
Black with #13AD2F
Text Example
Text Example
White with #13AD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD2F; }
p { color: rgb(19,173,47); }
H1.HeaderClassName
{
color: #13AD2F;
}
.AnyTagClassName
{
color: #13AD2F;
}
</style>
background-color css
<style>
a { background-color: #13AD2F; }
a { background-color: rgb(19,173,47); }
div.DivClassName
{
background-color: #13AD2F;
}
.BgClassName
{
background-color: #13AD2F;
}
</style>
border-color css
<style>
span { border-color: #13AD2F; }
span { border-color: rgb(19,173,47); }
td.TdClassName
{
border-color: #13AD2F;
}
.TagClassName
{
border-color: #13AD2F;
}
</style>